mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
12 lines
439 B
Diff
12 lines
439 B
Diff
diff --git a/extras/Makefile.in b/extras/Makefile.in
|
|
index a29780f..3e19a79 100644
|
|
--- a/extras/Makefile.in
|
|
+++ b/extras/Makefile.in
|
|
@@ -69,7 +69,6 @@ install: all
|
|
rm -f $(BINDIR)/makeweb $(BINDIR)/htpasswd $(BINDIR)/syslogtocern
|
|
cp makeweb $(BINDIR)/makeweb
|
|
chgrp $(WEBGROUP) $(BINDIR)/makeweb
|
|
- chmod 2755 $(BINDIR)/makeweb
|
|
cp htpasswd $(BINDIR)/htpasswd
|
|
cp syslogtocern $(BINDIR)/syslogtocern
|
|
rm -f $(MANDIR)/man1/makeweb.1
|