diff --git a/pkg.info b/pkg.info index dd2af11..351e13b 100644 --- a/pkg.info +++ b/pkg.info @@ -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 diff --git a/source.sh b/source.sh index e12d835..456534e 100644 --- a/source.sh +++ b/source.sh @@ -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 }