mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
packaging: set the system executables installation directory to /usr/bin for Arch
fixes filesystem conflicts due to `pacman` not able to merge the directory into the system (because /usr/sbin is symlink on Arch) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
64e8693875
commit
065251b562
3 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||
|
||||
pkgname=katana-extraapps
|
||||
pkgver=4.23.0.r1536.698d7f49
|
||||
pkgver=4.23.0.r1598.863be40c
|
||||
pkgrel=1
|
||||
pkgdesc="Katana extra applications"
|
||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||
|
||||
pkgname=katana-workspace
|
||||
pkgver=4.23.0.r2460.d64cfc28
|
||||
pkgver=4.23.0.r2646.f6818c64
|
||||
pkgrel=1
|
||||
pkgdesc="Katana workspace interface, base applications and tools"
|
||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||
|
||||
pkgname=katanalibs
|
||||
pkgver=4.23.0.r4289.f3b9c12f
|
||||
pkgver=4.23.0.r4502.0f0dcc7b
|
||||
pkgrel=1
|
||||
pkgdesc="Katana core libraries"
|
||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||
|
@ -35,7 +35,8 @@ build() {
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DKDE4_SYSCONF_INSTALL_DIR=/etc \
|
||||
-DKDE4_LIBEXEC_INSTALL_DIR=/usr/lib/kde4
|
||||
-DKDE4_LIBEXEC_INSTALL_DIR=/usr/lib/kde4 \
|
||||
-DKDE4_SBIN_INSTALL_DIR=/usr/bin
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue