ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash \
zpm-findpkg zpm-shell zpm-soneed zpm-foreach-path zpm-parse \
- zpm-runscript zpm-soname zpm-pkgfiles
+ zpm-runscript zpm-soname zpm-syncfs
SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-preserve zpm-test zpm-log \
zpm-contents
zpm-findpkg: zpm-findpkg.o libzpm.a
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lzpm -lelf
-zpm-pkgfiles: zpm-pkgfiles.o libzpm.a
+zpm-syncfs: zpm-syncfs.o libzpm.a
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lzpm -lelf -lm
zpm-parse: zpm-parse.o libzpm.a
#require zpm add -f $PF $pkgid /bin/true
#
-# install via pkgfiles
+# install via syncfs
#
require zpm pkg -f $PF $pkgid status=installing
-zpm pkgfiles -d $PF -R. $pkgid 2>&1
-okexit ran pkgfiles
+zpm syncfs -d $PF -R. $pkgid 2>&1
+okexit ran syncfs
test -f bin/true
okexit bin/true installed
if [ $dryrun -gt 0 ]; then
#zpm list -v
#zpm shell $ZPMDB 'select * from install_status'
- zpm pkgfiles -nv -f $pkgfile
+ zpm syncfs -nv -f $pkgfile
zpm pkg $pkgid status=dryrun
continue
fi
- zpm pkgfiles -f $pkgfile
+ zpm syncfs -f $pkgfile
if [ $? -ne 0 ]; then
- die 'zpm-pkgfiles failed';
+ die 'zpm-syncfs failed';
fi
if [ $runscripts -gt 0 ]; then