summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122024-01-07 21:05:58 +0100
committerwillemw122024-01-07 21:05:58 +0100
commit8600235217b782f2223a927e459863a3655e081a (patch)
treefa0ac3a1227b5491aff286e12393083a16159648
parente221de29470968f6ecb0fbe8e39689c77917e060 (diff)
downloadaur-8600235217b782f2223a927e459863a3655e081a.tar.gz
Copy recursively in 'install' script. Install man page
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88806a4d2de9..69ca9276c55f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mintstick-git
pkgdesc = Format or write images to USB sticks (Linux Mint tool)
- pkgver = r270.1e49c7f
+ pkgver = r272.6511182
pkgrel = 1
url = https://github.com/linuxmint/mintstick
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e606a2aae28e..5057c6b8df91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: unclesam <web _AT_ shinobi-mail _DOT_ de>
pkgname=mintstick-git
-pkgver=r270.1e49c7f
+pkgver=r272.6511182
pkgrel=1
pkgdesc='Format or write images to USB sticks (Linux Mint tool)'
arch=(any)
@@ -25,14 +25,16 @@ prepare() {
sed -i -e '/.*kde4.*/d' \
-e 's| /usr| usr|' \
-e 's| usr| "'"$pkgdir"'"/usr|' \
- -e 's|^|cp |' \
+ -e 's|^|cp -r |' \
$pkgname/debian/install
}
package() {
+ install -Dm644 $pkgname/debian/mintstick.1 -t "$pkgdir/usr/share/man/man1"
+
install -dm755 "$pkgdir/usr/bin"
install -dm755 "$pkgdir/usr/lib/mintstick"
- install -dm755 "$pkgdir/usr/share/"{applications,mintstick,nemo/actions,polkit-1/actions}
+ install -dm755 "$pkgdir/usr/share/"{applications,icons,mintstick,nemo/actions,polkit-1/actions}
cd $pkgname
sh ./debian/install