From 68116faceb731829569ab4f2e21d2c62682107ef Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 24 Jun 2014 17:20:11 -0400 Subject: I stand by my last statement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5dd9009..a93d024 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ depends.txt: list-depends depends_static.txt ./$< > $@ $(DESTDIR)$(sbindir)/parabolaweb-changepassword: parabolaweb-changepassword - install -Dm6755 $< $@ + install -Dm4755 $< $@ $(DESTDIR)$(pkgconffile): parabolaweb.conf install -Dm644 $< $@ -- cgit v1.2.3-54-g00ecf