Change libexecdir
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: xarchiver
|
name: xarchiver
|
||||||
description: GTK frontend to command line archiving utilities
|
description: GTK frontend to command line archiving utilities
|
||||||
version: 0.5.4.26
|
version: 0.5.4.26
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/ib/xarchiver
|
url: https://github.com/ib/xarchiver
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --libexecdir=/usr/lib/xfce4
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user