diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/os-prober/abuild | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/os-prober/abuild')
| -rw-r--r-- | repos/extra/os-prober/abuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/repos/extra/os-prober/abuild b/repos/extra/os-prober/abuild deleted file mode 100644 index 7f45b086..00000000 --- a/repos/extra/os-prober/abuild +++ /dev/null @@ -1,22 +0,0 @@ -name=os-prober -version=1.84 -release=1 -source="http://ftp.de.debian.org/debian/pool/main/o/$name/${name}_$version.tar.xz" - -build() { - make - - install -Dm755 linux-boot-prober $PKG/usr/bin/linux-boot-prober - install -Dm755 os-prober $PKG/usr/bin/os-prober - install -Dm755 newns $PKG/usr/lib/os-prober/newns - install -Dm755 common.sh $PKG/usr/share/os-prober/common.sh - - for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes linux-boot-probes/mounted; do - install -dm755 "$PKG/usr/lib/$dir" - install -m755 -t "$PKG/usr/lib/$dir" "$dir"/common/* - [ -d "$dir"/x86 ] && cp -r "$dir"/x86/* "$PKG/usr/lib/$dir" - done - - install -Dm755 os-probes/mounted/powerpc/20macosx $PKG/usr/lib/os-probes/mounted/20macosx - install -dm755 $PKG/var/lib/os-prober -} |