diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-14 06:41:19 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-14 06:41:19 +0000 |
commit | ec632a7e7fd444e8a087a0c0f819e0d8a9db5596 (patch) | |
tree | c2fc9b1d51667f466a90ae8d188056f639a5a61c /net-analyzer/libnasl/files | |
parent | still cleaning (diff) | |
download | historical-ec632a7e7fd444e8a087a0c0f819e0d8a9db5596.tar.gz historical-ec632a7e7fd444e8a087a0c0f819e0d8a9db5596.tar.bz2 historical-ec632a7e7fd444e8a087a0c0f819e0d8a9db5596.zip |
Version bump
Diffstat (limited to 'net-analyzer/libnasl/files')
-rw-r--r-- | net-analyzer/libnasl/files/digest-libnasl-2.0.8a | 1 | ||||
-rw-r--r-- | net-analyzer/libnasl/files/libnasl-2.0.8a-gentoo.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.0.8a b/net-analyzer/libnasl/files/digest-libnasl-2.0.8a new file mode 100644 index 000000000000..b8b59d134293 --- /dev/null +++ b/net-analyzer/libnasl/files/digest-libnasl-2.0.8a @@ -0,0 +1 @@ +MD5 82887ff1c510c82637e46bbbdd35d2ce libnasl-2.0.8a.tar.gz 341755 diff --git a/net-analyzer/libnasl/files/libnasl-2.0.8a-gentoo.patch b/net-analyzer/libnasl/files/libnasl-2.0.8a-gentoo.patch new file mode 100644 index 000000000000..3c769c08d7d0 --- /dev/null +++ b/net-analyzer/libnasl/files/libnasl-2.0.8a-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}/ + |