wok-6.x diff tazinst/receipt @ rev 18665
Up tazpkg(882)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 04 05:36:22 2015 +0200 (2015-12-04) |
parents | e12b8d32e95b |
children | fa0a227b0380 |
line diff
1.1 --- a/tazinst/receipt Sat Jul 18 11:25:09 2015 +0200 1.2 +++ b/tazinst/receipt Fri Dec 04 05:36:22 2015 +0200 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazinst" 1.7 -VERSION="62" 1.8 +VERSION="63" 1.9 CATEGORY="base-system" 1.10 -SHORT_DESC="SliTaz installer." 1.11 +SHORT_DESC="SliTaz installer" 1.12 MAINTAINER="domcox@slitaz.org" 1.13 LICENSE="GPL3" 1.14 SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux" 1.15 @@ -18,7 +18,7 @@ 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src && make && 1.20 + make && 1.21 make DESTDIR=$DESTDIR VERSION=$VERSION install 1.22 } 1.23