Fix permission issues and remove systemd-specific stuff
This commit is contained in:
@@ -12,7 +12,6 @@ package() {
|
||||
install -dm755 "$BPM_OUTPUT"/proc
|
||||
install -dm755 "$BPM_OUTPUT"/sys
|
||||
install -dm755 "$BPM_OUTPUT"/run
|
||||
install -dm755 "$BPM_OUTPUT"/tmp
|
||||
install -dm755 "$BPM_OUTPUT"/boot
|
||||
install -dm755 "$BPM_OUTPUT"/opt
|
||||
install -dm755 "$BPM_OUTPUT"/srv
|
||||
@@ -29,8 +28,8 @@ package() {
|
||||
install -dm755 "$BPM_OUTPUT"/var/{cache,local,log,mail,opt,spool}
|
||||
install -dm755 "$BPM_OUTPUT"/var/lib/{color,misc,locate}
|
||||
|
||||
install -dm750 "$BPM_OUTPUT"/root
|
||||
install -dm1777 /tmp "$BPM_OUTPUT"/var/tmp
|
||||
mkdir -m750 "$BPM_OUTPUT"/root
|
||||
mkdir -m1777 "$BPM_OUTPUT"/tmp "$BPM_OUTPUT"/var/tmp
|
||||
|
||||
ln -s usr/bin "$BPM_OUTPUT"/bin
|
||||
ln -s usr/sbin "$BPM_OUTPUT"/sbin
|
||||
|
||||
Reference in New Issue
Block a user