Ralf Spenneberg fixup for make install target

This commit is contained in:
Seth Arnold 2006-08-09 22:39:20 +00:00
parent be64d6bed4
commit f9df421131

View file

@ -40,7 +40,7 @@ SECDIR=${DESTDIR}/lib/security
.PHONY: install
install:
install -d 755 $(SECDIR)
install -m 755 -d $(SECDIR)
install -m 555 $(NAME).so $(SECDIR)/
.PHONY: clean