mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
11 lines
202 B
Diff
11 lines
202 B
Diff
--- a/scripts/install-sh
|
|
+++ b/scripts/install-sh
|
|
@@ -163,6 +163,8 @@ while ${MORETODO} ; do
|
|
esac
|
|
${MORETODO} && shift
|
|
done
|
|
+CHOWN=:
|
|
+CHGRP=:
|
|
|
|
## Making a directory?
|
|
if ${DIRMODE} ; then
|