]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
- fix DESTDIR
authorfreetz <freetz@pld-linux.org>
Tue, 2 Aug 2005 21:31:31 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaim-DESTDIR.patch -> 1.1

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

diff --git a/gaim-DESTDIR.patch b/gaim-DESTDIR.patch
new file mode 100644 (file)
index 0000000..a238286
--- /dev/null
@@ -0,0 +1,12 @@
+diff -aurN gaim-2.0.0.orig/plugins/perl/Makefile.am gaim-2.0.0/plugins/perl/Makefile.am
+--- gaim-2.0.0.orig/plugins/perl/Makefile.am   2005-07-22 21:47:26.000000000 +0200
++++ gaim-2.0.0/plugins/perl/Makefile.am        2005-08-02 22:32:51.000000000 +0200
+@@ -113,7 +113,7 @@
+               $(MAKE) install; \
+               cd ..; \
+       done
+-      cp libgaimperl.so $(libdir)
++      cp libgaimperl.so $(DESTDIR)$(libdir)
+ # Evil Hack (TM)
+ uninstall-local:
This page took 0.143195 seconds and 4 git commands to generate.