diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-06 13:11:32 -0500 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-06 13:11:32 -0500 |
commit | 76638aae76117b3ac3352c499498570e8d9b5664 (patch) | |
tree | c1310f158e0880490a33c442663b237de8fbe269 /buildinstaller.sh | |
parent | 2edaf0588a55f32949404c2a94f4a479a5da6b8f (diff) | |
download | infinitytier-76638aae76117b3ac3352c499498570e8d9b5664.tar.gz infinitytier-76638aae76117b3ac3352c499498570e8d9b5664.zip |
Linux installer builds...
Diffstat (limited to 'buildinstaller.sh')
-rwxr-xr-x | buildinstaller.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildinstaller.sh b/buildinstaller.sh index 0708380b..04a614a4 100755 --- a/buildinstaller.sh +++ b/buildinstaller.sh @@ -52,6 +52,7 @@ case "$system" in cp -fp 'ext/installfiles/linux/init.d/zerotier-one' 'build-installer/etc/init.d' targ="ZeroTierOneInstaller-linux-${machine}-${vmajor}_${vminor}_${revision}" + # Use gzip in Linux since some minimal Linux systems do not have bunzip2 rm -f build-installer-tmp.tar.gz cd build-installer tar -cf - * | gzip -9 >../build-installer-tmp.tar.gz @@ -60,6 +61,7 @@ case "$system" in cat ext/installfiles/linux/install.tmpl.sh build-installer-tmp.tar.gz >$targ chmod 0755 $targ rm -f build-installer-tmp.tar.gz + ls -l $targ ;; @@ -86,6 +88,7 @@ case "$system" in cat ext/installfiles/mac/install.tmpl.sh build-installer-tmp.tar.bz2 >$targ chmod 0755 $targ rm -f build-installer-tmp.tar.bz2 + ls -l $targ ;; |