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
@@ -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
}