diff --git a/Makefile b/Makefile index d07cf65..f0f73b5 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,11 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = bash,binutils,coreutils,gzip,initscripts,perl,shadow,sysvinit,tar +DEPENDS = bash,binutils,coreutils,gzip,iana-etc,iproute2,inetutils,initscripts,perl,shadow,sysvinit,tar ARCH = x86_64 URL = DESC = This is the base of the snaplinux system -SNAPVER = sr1 +SNAPVER = sr0 ARCHIVE := '' SRCDIR := $(PWD)/SRC/snap-* diff --git a/SRC/snap-0.0/Makefile b/SRC/snap-0.1/Makefile similarity index 100% rename from SRC/snap-0.0/Makefile rename to SRC/snap-0.1/Makefile diff --git a/SRC/snap-0.0/Makefile.snaplinux b/SRC/snap-0.1/Makefile.snaplinux similarity index 100% rename from SRC/snap-0.0/Makefile.snaplinux rename to SRC/snap-0.1/Makefile.snaplinux diff --git a/SRC/snap-0.0/group b/SRC/snap-0.1/group similarity index 100% rename from SRC/snap-0.0/group rename to SRC/snap-0.1/group diff --git a/SRC/snap-0.0/passwd b/SRC/snap-0.1/passwd similarity index 100% rename from SRC/snap-0.0/passwd rename to SRC/snap-0.1/passwd diff --git a/SRC/snap-0.0/snap b/SRC/snap-0.1/snap similarity index 99% rename from SRC/snap-0.0/snap rename to SRC/snap-0.1/snap index b90d9c5..47ded93 100755 --- a/SRC/snap-0.0/snap +++ b/SRC/snap-0.1/snap @@ -540,8 +540,7 @@ sub install { if ( $file ){ $filenum++; -# print STDOUT "\e[?16;0;200c\033[K" -# . "$file\r"; + print STDOUT "\e[K$file\r"; } @@ -584,7 +583,7 @@ sub install { ############################################ if ( -f "$manifest.tmp" ){ - my $listdata = list( $package ); + my $listdata = list( $pkgfile ); open( TMPMANIFEST, "<$manifest.tmp" ) || do{ $result{'status'} = 1; diff --git a/SRC/snap-0.0/snap.conf b/SRC/snap-0.1/snap.conf similarity index 100% rename from SRC/snap-0.0/snap.conf rename to SRC/snap-0.1/snap.conf diff --git a/SRC/snap-0.0/snap.inprogress b/SRC/snap-0.1/snap.inprogress similarity index 100% rename from SRC/snap-0.0/snap.inprogress rename to SRC/snap-0.1/snap.inprogress diff --git a/SRC/snap-0.0/snap_version b/SRC/snap-0.1/snap_version similarity index 100% rename from SRC/snap-0.0/snap_version rename to SRC/snap-0.1/snap_version