wok diff isomaster/receipt @ rev 17108
qps: s/-O2/-Os/g
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Sep 01 17:36:26 2014 +0200 (2014-09-01) |
parents | 7bb096863642 |
children | f1df64ee89af |
line diff
1.1 --- a/isomaster/receipt Sat Sep 14 17:06:00 2013 +0000 1.2 +++ b/isomaster/receipt Mon Sep 01 17:36:26 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="isomaster" 1.7 -VERSION="1.3.8" 1.8 +VERSION="1.3.11" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Graphical CD image (ISO) editor." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -17,8 +17,8 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 make PREFIX=/usr && 1.18 + mkdir -p $install/usr/share/doc/bkisofs 1.19 make PREFIX=/usr DESTDIR=$DESTDIR install 1.20 } 1.21