diff options
author | 2003-04-23 08:51:07 +0000 | |
---|---|---|
committer | 2003-04-23 08:51:07 +0000 | |
commit | dca99382742eea98ef1f95722ccc1ca720f6db53 (patch) | |
tree | e4e63b2baec41011d1cf64c1429c6ef10073d11e /net-analyzer/libnasl/files | |
parent | Another bug closed (diff) | |
download | historical-dca99382742eea98ef1f95722ccc1ca720f6db53.tar.gz historical-dca99382742eea98ef1f95722ccc1ca720f6db53.tar.bz2 historical-dca99382742eea98ef1f95722ccc1ca720f6db53.zip |
Version bump
Diffstat (limited to 'net-analyzer/libnasl/files')
-rw-r--r-- | net-analyzer/libnasl/files/digest-libnasl-2.0.4 | 1 | ||||
-rw-r--r-- | net-analyzer/libnasl/files/libnasl-2.0.4-gentoo.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.0.4 b/net-analyzer/libnasl/files/digest-libnasl-2.0.4 new file mode 100644 index 000000000000..385f0cc3034c --- /dev/null +++ b/net-analyzer/libnasl/files/digest-libnasl-2.0.4 @@ -0,0 +1 @@ +MD5 f3daae4d072fddba92a16284eb241cf0 libnasl-2.0.4.tar.gz 340590 diff --git a/net-analyzer/libnasl/files/libnasl-2.0.4-gentoo.patch b/net-analyzer/libnasl/files/libnasl-2.0.4-gentoo.patch new file mode 100644 index 000000000000..3c769c08d7d0 --- /dev/null +++ b/net-analyzer/libnasl/files/libnasl-2.0.4-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}/ + |