The following changes were made:
* removed usher * various cleanup in output * corrected issues with usher() in Package.pm, now using fork()/exec() * added snapinstall * made virtfs() more robust, will still attempt if fails * made strip a little more thoughtful in Makefile.snaplinux
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,7 +8,7 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = binutils,coreutils,gzip,perl=5.20.0,tar
|
||||
DEPENDS = binutils,coreutils,gzip,perl>=5.20.0,tar
|
||||
ARCH = x86_64
|
||||
URL =
|
||||
DESC = The Snaplinux package management system
|
||||
@@ -16,7 +16,7 @@ DESC = The Snaplinux package management system
|
||||
ARCHIVE := ''
|
||||
SRCDIR := $(PWD)/SRC/snap
|
||||
PATCHDIR := $(PWD)/SRC/patches
|
||||
VERSION := 0.4-0
|
||||
VERSION := 0.5-0
|
||||
|
||||
MAKEINST = make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user