--- plamo/01_minimum/old/squashfs-20161015/PlamoBuild.squashfs-4.2 2016-10-15 09:07:31.000000000 +0900 +++ plamo/01_minimum/squashfs/PlamoBuild.squashfs-4.3 2016-10-16 06:59:18.000000000 +0900 @@ -1,17 +1,17 @@ #!/bin/sh ###################################################################### -url="http://downloads.sourceforge.net/squashfs/squashfs4.2.tar.gz" +url="http://downloads.sourceforge.net/squashfs/squashfs4.3.tar.gz" pkgbase=squashfs -vers=4.2 +vers=4.3 arch=`uname -m` -build=P2 +build=P1 src=$pkgbase$vers patchfiles="" OPT_CONFIG="" -DOCS="INSTALL COPYING PERFORMANCE.README README DONATIONS - ACKNOWLEDGEMENTS CHANGES pseudo-file.example README-4.2 - `echo OLD-READMEs/README-{3.3,2.0,3.1,3.2,4.0,AMD64,4.1,2.1,3.0}`" +DOCS="ACKNOWLEDGEMENTS README README-4.3 pseudo-file.example DONATIONS + `echo OLD-READMEs/README-{3.{0,3,2},2.0,3.1,4.0,2.1,4.2,AMD64,4.1}` + COPYING INSTALL PERFORMANCE.README CHANGES" ###################################################################### fscheck() { @@ -246,11 +246,11 @@ < #LZO_SUPPORT = 1 --- > LZO_SUPPORT = 1 - 97c97 + 111c111 < INSTALL_DIR = /usr/local/bin --- > INSTALL_DIR = /usr/bin - 256,258c256,258 + 303,305c303,305 < mkdir -p $(INSTALL_DIR) < cp mksquashfs $(INSTALL_DIR) < cp unsquashfs $(INSTALL_DIR)