]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
fixed makefile
authormsw <msw>
Mon, 2 Aug 1999 15:37:34 +0000 (15:37 +0000)
committermsw <msw>
Mon, 2 Aug 1999 15:37:34 +0000 (15:37 +0000)
Makefile.in

index 058e7e674da653a507d684730af999e8f0c1e4d3..ba0ace56e2918b918766ea56b6a5674ec3babeb2 100644 (file)
@@ -108,6 +108,7 @@ install: $(LIBNEWT) install-sh whiptail
        install -s -m 755 whiptail $(instroot)/$(bindir)
 
 install-sh: sharedlib whiptcl.so _snackmodule.so
+       [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir)
        install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
        ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/libnewt.so
        install -m 755 whiptcl.so $(instroot)/$(libdir)