Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Use wildcard instead of pre-coded name
Browse files Browse the repository at this point in the history
Not sure if the package_name variable is available in the package() function
  • Loading branch information
Apacelus authored Dec 12, 2023
1 parent a49bb73 commit 97d5322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgbuild-files/depthboot-logo.pkgbuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package () {
mkdir -p $pkgdir/usr/share/libalpm/hooks

# Extract the alpine package
tar xfpz $srcdir/busybox-static-1.35.0-r29.apk --warning=no-unknown-keyword -C $srcdir/busybox-extracted
tar xfpz $srcdir/busybox-static-*.apk --warning=no-unknown-keyword -C $srcdir/busybox-extracted
# copy busybox binary into the package
install -Dm755 $srcdir/busybox-extracted/bin/busybox.static $pkgdir/usr/bin/busybox-alpine.static

Expand Down

0 comments on commit 97d5322

Please sign in to comment.