From ae3e38b46451ba48991e445cd7ddf4b9fea0c98e Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 16 Jun 2025 15:03:19 -0400 Subject: [PATCH] Defining spool directory contents within sepec file --- Makefile | 4 +++- mailleur.spec.in | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99b5d6e..8b9b9aa 100644 --- a/Makefile +++ b/Makefile @@ -176,7 +176,9 @@ install : @ install -d $(DESTDIR)/$(ETCDIR)/$(APPN)/ @ install -d $(DESTDIR)/$(LIBDIR)/$(APPN)/ @ install -d $(DESTDIR)/$(SBINDIR)/ - @ install -d $(DESTDIR)/$(SPOOLDIR)/$(APPN)/ + @ install -d $(DESTDIR)/$(SPOOLDIR)/$(APPN)/queue + @ install -d $(DESTDIR)/$(SPOOLDIR)/$(APPN)/in-logs + @ install -d $(DESTDIR)/$(SPOOLDIR)/$(APPN)/out-logs @ cp -a \ bin/* \ $(DESTDIR)/$(SBINDIR)/ diff --git a/mailleur.spec.in b/mailleur.spec.in index 2f64e0b..aa67ca2 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -101,7 +101,6 @@ if [ "$1" = 1 ]; then "osukiss" ) for action in sorter do - echo "JMPDBG "${action} %{__ln_s} \ %{_datadir}/%{name}/linux/$OS/${action} \ %{_initrddir}/${action} -- 2.47.3