]> git.pld-linux.org Git - packages/libidn.git/commitdiff
- DESTDIR fix for jar
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jun 2004 17:07:45 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libidn-DESTDIR.patch -> 1.1

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

diff --git a/libidn-DESTDIR.patch b/libidn-DESTDIR.patch
new file mode 100644 (file)
index 0000000..0395e6e
--- /dev/null
@@ -0,0 +1,12 @@
+--- libidn-0.4.9/java/Makefile.am.orig 2004-06-11 18:06:58.000000000 +0200
++++ libidn-0.4.9/java/Makefile.am      2004-06-20 18:21:06.865356816 +0200
+@@ -41,7 +41,8 @@
+ INSTALL_TARGETS += install-jar
+ install-jar:
+-      ln -sf libidn-@VERSION@.jar $(libidn_jardir)/libidn.jar
++      install -d $(DESTDIR)$(libidn_jardir)/libidn.jar
++      ln -sf libidn-@VERSION@.jar $(DESTDIR)$(libidn_jardir)/libidn.jar
+ clean-local:
+       rm -f $(libidn_jar_DATA)
This page took 0.048315 seconds and 4 git commands to generate.