PAYLOAD=OneDrive.app.tar.bz2\OneDriveConfiguration.app.tar.bz2
pack-OneDrive: l_usr_local_bin@sudo ${CP} ./OneDrive.app.tar.bz2 ${WORK_D}/Application/OneDrive.app@sudo chmod 755 ${WORK_D}/Application/OneDrive.app@sudo chown root:wheel ${WORK_D}/Application/OneDrive.apppack-OneDriveConfiguration: l_usr_local_bin@sudo ${CP} ./OneDriveConfiguration.app.tar.bz2 ${WORK_D}/Application/OneDriveConfiguration.app@sudo chmod 755 ${WORK_D}/Application/OneDriveConfiguration.app@sudo chown root:wheel ${WORK_D}/Application/OneDriveConfiguration.app
make -f Makefile -e pack-OneDrive pack-OneDriveConfiguration
cp: /tmp/the_luggage/OneDrivePkg-20160220/root/Application/OneDrive.app: No such file or directory
make[1]: *** [pack-OneDrive] Error 1
make: *** [payload] Error 2
any ideas?
Thanks
--
You received this message because you are subscribed to the Google Groups "The Luggage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to the-luggage...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
USE_PKGBUILD=1include /usr/local/share/luggage/luggage.makeTITLE=OneDrivePkgREVERSE_DOMAIN=com.grahamgilbert
pack-OneDrive: l_usr_local_bin
@sudo ${CP} ./OneDrive.app.tar.bz2 ${WORK_D}/Application/OneDrive.app
--