diff options
Diffstat (limited to 'net-analyzer/libnasl/files/libnasl.patch')
-rw-r--r-- | net-analyzer/libnasl/files/libnasl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/libnasl/files/libnasl.patch b/net-analyzer/libnasl/files/libnasl.patch new file mode 100644 index 000000000000..3c769c08d7d0 --- /dev/null +++ b/net-analyzer/libnasl/files/libnasl.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}/ + |