wok diff isomaster/receipt @ rev 17317

Add tix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 08:58:28 2014 +0100 (2014-11-04)
parents 7bb096863642
children f1df64ee89af
line diff
     1.1 --- a/isomaster/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/isomaster/receipt	Tue Nov 04 08:58:28 2014 +0100
     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