Skip to content

Commit

Permalink
fix unicorn mobile having tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Nov 18, 2024
1 parent 978b3ff commit 966e671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/unicorn-mobile-git/unicorn-mobile-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintainer=("Oren Klopfer <[email protected]>")
incompatible=("debian:*")

build() {
cd "unicorn.git#branch=mobile"
cd "unicorn"
mkdir -p "${pkgdir}/usr/share/backgrounds"
mkdir -p "${pkgdir}/usr/share/doc"
mkdir -p "${pkgdir}/etc/skel/.config"
Expand All @@ -39,7 +39,7 @@ build() {
}

package() {
cd "unicorn.git#branch=mobile"
cd "unicorn"
# Install doc
install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
# Install
Expand Down

0 comments on commit 966e671

Please sign in to comment.