diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-24 17:20:11 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-24 17:20:11 -0400 |
commit | 68116faceb731829569ab4f2e21d2c62682107ef (patch) | |
tree | 2f82b87adf342fb1f4833f2eddfad7790a244cfc /Makefile | |
parent | 0baf1c6fb8709add509ef4695048f4fcd4fd34bf (diff) |
I stand by my last statementv20140624.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< $@ |