diff options
author | Reinhard Tartler <siretart@tauware.de> | 2012-12-13 12:19:20 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-12-13 12:19:20 +0100 |
commit | 682c8070563310272890f8bd6364216e2e6d007b (patch) | |
tree | 83340924c79598b7f92e9d2b20aeb511fb50049b /debian/patches | |
parent | e559c7522f1c4883b7e1a190ec4d1ded4d99b856 (diff) | |
download | nx-libs-682c8070563310272890f8bd6364216e2e6d007b.tar.gz nx-libs-682c8070563310272890f8bd6364216e2e6d007b.tar.bz2 nx-libs-682c8070563310272890f8bd6364216e2e6d007b.zip |
fix installation of libxcompext
the symlink libXcompext.so.3 was not installed correctly.
Spotted by Orion Poplawski orion@cora.nwra.com
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch b/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch index f6c522a5c..b704fc1bd 100644 --- a/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch +++ b/debian/patches/013_nxcompext_makefile-uninstall+autoconf.full.patch @@ -40,7 +40,7 @@ Last-Update: 2012-02-14 + ./mkinstalldirs $(DESTDIR)${libdir}/nx + ./mkinstalldirs $(DESTDIR)${includedir}/nx + $(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir}/nx -+ $(INSTALL_DATA) libXcompext.so.3 $(DESTDIR)${libdir}/nx ++ $(INSTALL_LINK) libXcompext.so.3 $(DESTDIR)${libdir}/nx + $(INSTALL_LINK) libXcompext.so $(DESTDIR)${libdir}/nx + $(INSTALL_DATA) NX*.h $(DESTDIR)${includedir}/nx + echo "Running ldconfig tool, this may take a while..." && ldconfig || true |