Fix permission issues and remove systemd-specific stuff

This commit is contained in:
2025-07-12 17:18:40 +03:00
parent b573ba09a0
commit cfcfd98277
5 changed files with 7 additions and 26 deletions
+2 -3
View File
@@ -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