]> git.pld-linux.org Git - packages/sodipodi.git/commitdiff
- sodipodi DESTDIR style install fixes. sodipodi-0_18-1
authorkloczek <kloczek@pld-linux.org>
Wed, 5 Apr 2000 23:22:35 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sodipodi-DESTDIR.patch -> 1.1

sodipodi-DESTDIR.patch [new file with mode: 0644]

diff --git a/sodipodi-DESTDIR.patch b/sodipodi-DESTDIR.patch
new file mode 100644 (file)
index 0000000..6502366
--- /dev/null
@@ -0,0 +1,16 @@
+diff -Nru sodipodi-0.18/Makefile.am sodipodi-0.18.new/Makefile.am
+--- sodipodi-0.18/Makefile.am  Tue Mar 28 23:20:58 2000
++++ sodipodi-0.18.new/Makefile.am      Thu Apr  6 00:59:15 2000
+@@ -16,10 +16,10 @@
+ install-data-local:
+       @$(NORMAL_INSTALL)
+       if test -d $(srcdir)/glade; then \
+-        $(mkinstalldirs) $(datadir)/sodipodi; \
++        $(mkinstalldirs) $(DESTDIR)$(datadir)/sodipodi; \
+         for uifile in $(srcdir)/glade/*; do \
+           if test -f $$uifile; then \
+-            $(INSTALL_DATA) $$uifile $(datadir)/sodipodi; \
++            $(INSTALL_DATA) $$uifile $(DESTDIR)$(datadir)/sodipodi; \
+           fi \
+         done \
+       fi
This page took 0.03964 seconds and 4 git commands to generate.