]> git.pld-linux.org Git - packages/gpm.git/blame - gpm-DESTDIR.patch
Drop all Upstart hacks
[packages/gpm.git] / gpm-DESTDIR.patch
CommitLineData
8c07fcd5
AG
1--- gpm-1.20.5.orig/src/Makefile.in 2008-06-19 11:05:56.876688999 +0200
2+++ gpm-1.20.5/src/Makefile.in 2008-06-19 12:39:06.242379899 +0200
3@@ -113,9 +113,7 @@
64697fb8 4 if test "x@SHLIB@" != "x" ; then \
8c07fcd5
AG
5 $(INSTALL_DATA) -m 644 lib/libgpm.so.@abi_full@ $(libdir)/libgpm.so.@abi_full@ ; \
6 cd $(libdir) && $(LN_S) -f libgpm.so.@abi_full@ libgpm.so.@abi_lev@ ; \
7- echo "WARNING: We installed a lib, you should now call ldconfig" ; \
8- echo "f.i.: ldconfig -n -l $(libdir)/libgpm.so.@abi_full@" ; \
9- echo "Or to update everything just type ldconfig" ; \
99337724 10+ cd $(libdir) && $(LN_S) -f libgpm.so.@abi_full@ libgpm.so ; \
8c07fcd5
AG
11 fi
12 # The unversioned files seems to be not needed -> correct me, if I am wrong.
13 # && $(LN_S) -f libgpm.so.@abi_lev@ libgpm.so ; \
This page took 0.075972 seconds and 4 git commands to generate.