]> git.pld-linux.org Git - packages/cdtool.git/commitdiff
- updated for 2.1.7
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Aug 2004 16:57:48 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdtool-install.patch -> 1.2

cdtool-install.patch

index 9b663ab61be5d7d240ae87096a0aeb6cca40e174..92c06221936b2497a661997493d23e4586099210 100644 (file)
@@ -1,19 +1,16 @@
---- cdtool-2.1.6/Makefile.in.orig      2004-07-29 19:47:39.000000000 +0200
-+++ cdtool-2.1.6/Makefile.in   2004-08-01 13:02:21.478405032 +0200
-@@ -42,21 +42,26 @@
+--- cdtool-2.1.7/Makefile.in.orig      2004-08-06 14:38:17.000000000 +0200
++++ cdtool-2.1.7/Makefile.in   2004-08-07 18:27:43.345851144 +0200
+@@ -47,15 +47,18 @@
  build: $(PROGRAMS)
  
  install: install-files install-links
 -install-files:
--      $(INSTALL) cdctrl $(bindir) -o root
--      $(INSTALL) cdloop $(bindir) -o root
--      $(INSTALL) cdadd $(bindir) -o root
--      $(INSTALL) cdown $(bindir) -o root
--
--      $(INSTALL) cdown.1 $(mandir)/man1
--      $(INSTALL) cdtool.1 $(bindir)/man1
--      $(INSTALL) cdctrl.1 $(bindir)/man1
--      $(INSTALL) cdloop.1 $(bindir)/man1
+-      mkdir -p $(DESTDIR)$(bindir)
+-      $(INSTALL) cdctrl $(DESTDIR)$(bindir) -o root
+-      $(INSTALL) cdloop $(DESTDIR)$(bindir) -o root
+-      $(INSTALL) cdadd $(DESTDIR)$(bindir) -o root
+-      $(INSTALL) cdown $(DESTDIR)$(bindir) -o root
+-      $(INSTALL) cdtool2cddb $(DESTDIR)$(bindir) -o root
 +install-dirs:
 +      $(INSTALL) -d $(DESTDIR)$(bindir)
 +      $(INSTALL) -d $(DESTDIR)$(libdir)
 +      $(INSTALL) cdloop $(DESTDIR)$(bindir)
 +      $(INSTALL) cdadd $(DESTDIR)$(bindir)
 +      $(INSTALL) cdown $(DESTDIR)$(bindir)
-+
-+      $(INSTALL) cdown.1 $(DESTDIR)$(mandir)/man1
-+      $(INSTALL) cdtool.1 $(DESTDIR)$(mandir)/man1
-+      $(INSTALL) cdctrl.1 $(DESTDIR)$(mandir)/man1
-+      $(INSTALL) cdloop.1 $(DESTDIR)$(mandir)/man1
++      $(INSTALL) cdtool2cddb $(DESTDIR)$(bindir)
+-      mkdir -p $(DESTDIR)$(mandir)/man1
+       $(INSTALL) cdctrl.1 $(DESTDIR)$(mandir)/man1
+       $(INSTALL) cdloop.1 $(DESTDIR)$(mandir)/man1
+       $(INSTALL) cdadd.1 $(DESTDIR)$(mandir)/man1
+@@ -64,9 +67,9 @@
+       $(INSTALL) cdtool2cddb.1 $(DESTDIR)$(mandir)/man1
  
--      $(INSTALL) -d $(libdir)/cdtool -o root -g root -m 0755
--      $(INSTALL) cdtool $(libdir)/cdtool -o root
-+      $(INSTALL) -d $(DESTDIR)$(libdir)/cdtool -m 0755
+       mkdir -p $(DESTDIR)$(libdir)/cdtool
+-      $(INSTALL) cdtool $(DESTDIR)$(libdir)/cdtool -o root
 +      $(INSTALL) cdtool $(DESTDIR)$(libdir)/cdtool
   
 -LINKTARGET = ../lib/cdtool/cdtool
  LINKS = cdplay cdpause cdstop cdclose cdeject cdir cdinfo cdreset \
    cdvolume cdshuffle
  
-@@ -64,13 +69,14 @@
+@@ -74,7 +77,7 @@
  install-links-local: bindir = .
  install-links-local: install-links
  
 -install-links:
 +install-links: install-dirs
        for command in $(LINKS); do \
--        if test -e $(bindir)/$$command || test -h $(bindir)/$$command; then\
--          echo $(bindir)/$$command exists; \
-+        if test -e $(DESTDIR)$(bindir)/$$command || test -h $(DESTDIR)$(bindir)/$$command; then\
-+          echo $(DESTDIR)$(bindir)/$$command exists; \
-           continue; \
+         if ! test -h $(DESTDIR)$(bindir)/$$command; then \
+           echo installing $$command; \
+@@ -84,7 +87,7 @@
+         if ! test -h $(DESTDIR)$(mandir)/man1/$$command.1; then \
+           echo installing $$command.1; \
+           rm -f $(DESTDIR)$(mandir)/man1/$$command.1; \
+-          ln -s cdtool.1 $(DESTDIR)$(mandir)/man1/$$command.1; \
++          echo ".so cdtool.1" > $(DESTDIR)$(mandir)/man1/$$command.1; \
          fi; \
--        ln -s $(LINKTARGET) $(bindir)/$$command; \
-+        ln -s $(LINKTARGET) $(DESTDIR)$(bindir)/$$command; \
-+        echo ".so cdtool.1" > $(DESTDIR)$(mandir)/man1/$${command}.1; \
        done
  
- clean:
This page took 0.116221 seconds and 4 git commands to generate.