]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Defining spool directory contents within sepec file
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 16 Jun 2025 19:03:19 +0000 (15:03 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 16 Jun 2025 19:03:19 +0000 (15:03 -0400)
Makefile
mailleur.spec.in

index 99b5d6e20c3e74ca8cd02be98e1d05cda801b0b0..8b9b9aa3d74070c1b32ab14f3aa06c4399231b7d 100644 (file)
--- 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)/
index 2f64e0b3357d0df6321bbcf249953330072a316c..aa67ca27664b0ec6c3d846d6a08eb7e513e9ce70 100644 (file)
@@ -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}