Remove LPKG GUI from i686, as it's currently only built for x86_64.
In the future this will be fixed.
This commit is contained in:
parent
dd323d4d51
commit
051ab5b312
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lpkg'
|
||||
pkgname=lpkg
|
||||
version=10.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64 i686"
|
||||
build_style=fetch
|
||||
hostmakedepends="bsdtar wget"
|
||||
|
@ -39,6 +39,10 @@ do_install() {
|
|||
_repo="locosporlinux/lpkg-list"
|
||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
_repo="loc-os_linux/lpkg-list32"
|
||||
|
||||
# Currently the LPKG GUI is built only for x86_64. In future releases this won't be necessary.
|
||||
rm ${DESTDIR}/opt/Loc-OS-LPKG/LpkgGui
|
||||
rm ${DESTDIR}/usr/share/applications/lpkggui.desktop
|
||||
fi
|
||||
|
||||
# Fetch repository list
|
||||
|
|
Loading…
Add table
Reference in a new issue