summaryrefslogtreecommitdiffstats
path: root/extra/isomaster/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/isomaster/Pkgfile')
-rw-r--r--extra/isomaster/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/isomaster/Pkgfile b/extra/isomaster/Pkgfile
index 74cf3ad99..b8cfdc036 100644
--- a/extra/isomaster/Pkgfile
+++ b/extra/isomaster/Pkgfile
@@ -13,7 +13,7 @@ build() {
cd $name-$version
./configure --prefix=/usr
make
- make DESTDIR=$PKG install
+ make PREFIX=/usr DESTDIR=$PKG install
install -D -m 644 ../$name.desktop \
$PKG/usr/share/applications/$name.desktop
}