diff options
author | 2003-05-23 11:49:00 +0000 | |
---|---|---|
committer | 2003-05-23 11:49:00 +0000 | |
commit | fc53a5431e955cb8ca55850a1402211b563f41ee (patch) | |
tree | b812d3b3dd1bbe0553cf9923d0f93da066a57d00 /net-analyzer/libnasl/files | |
parent | Version bump, should fix bug 21529 (diff) | |
download | historical-fc53a5431e955cb8ca55850a1402211b563f41ee.tar.gz historical-fc53a5431e955cb8ca55850a1402211b563f41ee.tar.bz2 historical-fc53a5431e955cb8ca55850a1402211b563f41ee.zip |
Version bump, should fix bug 21529
Diffstat (limited to 'net-analyzer/libnasl/files')
-rw-r--r-- | net-analyzer/libnasl/files/libnasl-2.0.6a-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/libnasl/files/libnasl-2.0.6a-gentoo.patch b/net-analyzer/libnasl/files/libnasl-2.0.6a-gentoo.patch new file mode 100644 index 000000000000..3c769c08d7d0 --- /dev/null +++ b/net-analyzer/libnasl/files/libnasl-2.0.6a-gentoo.patch @@ -0,0 +1,12 @@ +diff -urN libnasl/nasl/Makefile libnasl-modified/nasl/Makefile +--- libnasl/nasl/Makefile Mon Oct 15 12:58:07 2001 ++++ libnasl-modified/nasl/Makefile Fri Jul 26 12:56:36 2002 +@@ -90,6 +90,7 @@ + + install : libnasl.la nasl + test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir} ++ test -d $(DESTDIR)${bindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${bindir} + $(LIBTOOL) --mode install $(INSTALL) libnasl.la $(DESTDIR)${libdir}/libnasl.la + $(LIBTOOL) --finish $(DESTDIR)${libdir} + $(INSTALL) nasl $(DESTDIR)${bindir}/ + |