Change libexecdir

This commit is contained in:
2025-12-18 19:02:44 +02:00
parent c919038576
commit acc302226c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: xarchiver
description: GTK frontend to command line archiving utilities
version: 0.5.4.26
revision: 1
revision: 2
url: https://github.com/ib/xarchiver
license: GPL2-or-later
architecture: any
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr
./configure --prefix=/usr --libexecdir=/usr/lib/xfce4
make
}