summaryrefslogtreecommitdiffstats
path: root/extra/isomaster/Pkgfile
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-27 17:31:58 +0100
committersibel <sibel@free.fr>2010-02-27 17:31:58 +0100
commitc358c642bd4185f58d9b857ada9e22124c4c9727 (patch)
tree32f666d8d53b1ee1818d8b3398ca7fddab5b5fd9 /extra/isomaster/Pkgfile
parent85d3ce156f6d881866e3d84f1e86507c3ffbf993 (diff)
parentb56d5e93a30ffa49194f96f521695bbdbebcbedd (diff)
downloadnutyx-extra-c358c642bd4185f58d9b857ada9e22124c4c9727.tar.gz
nutyx-extra-c358c642bd4185f58d9b857ada9e22124c4c9727.tar.bz2
nutyx-extra-c358c642bd4185f58d9b857ada9e22124c4c9727.tar.xz
nutyx-extra-c358c642bd4185f58d9b857ada9e22124c4c9727.zip
Merge remote branch 'nutyx-2009/master'
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
}