diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
commit | a2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch) | |
tree | 882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/spacefm/APKBUILD | |
parent | 84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff) | |
download | aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2 aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz |
community/[various]: dont set arch in split function
Diffstat (limited to 'community/spacefm/APKBUILD')
-rw-r--r-- | community/spacefm/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/spacefm/APKBUILD b/community/spacefm/APKBUILD index e70c9386f9..8318313565 100644 --- a/community/spacefm/APKBUILD +++ b/community/spacefm/APKBUILD @@ -9,7 +9,7 @@ url="http://ignorantguru.github.com/spacefm/" license="GPL3" depends="bash" makedepends="intltool gettext-dev gtk+2.0-dev gtk+3.0-dev eudev-dev ffmpegthumbnailer-dev linux-headers" -subpackages="$pkgname-lang $pkgname-doc $pkgname-gtk3 $pkgname-gtk3-lang:lang3 $pkgname-gtk3-doc:doc3" +subpackages="$pkgname-lang $pkgname-doc $pkgname-gtk3 $pkgname-gtk3-lang:lang3:noarch $pkgname-gtk3-doc:doc3:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver @@ -43,13 +43,11 @@ gtk3() { } lang3() { - arch="noarch" mkdir -p "$subpkgdir/usr/share" mv "${pkgdir%*spacefm}$pkgname-gtk3/usr/share/locale" "$subpkgdir/usr/share/" } doc3() { - arch="noarch" mkdir -p "$subpkgdir/usr/share" mv "${pkgdir%*spacefm}$pkgname-gtk3/usr/share/doc" \ "$subpkgdir/usr/share/" || return 1 |