pkilian@falcon:~/dupa/meta-doctor$ make
make CARRIER=sprint unpack patch pack
make[1]: Entering directory `/home/pkilian/dupa/meta-doctor'
make[1]: Nothing to be done for `unpack'.
rm -f build/pre-p100eww-sprint-1.2.0/.patched
for app in com.palm.app.firstuse ; do \
mv build/pre-p100eww-sprint-1.2.0/rootfs/usr/lib/ipkg/info/$app.md5sums{,.old} ; \
done
mv: missing destination file operand after `build/pre-p100eww-sprint-1.2.0/rootfs/usr/lib/ipkg/info/com.palm.app.firstuse.md5sums{,.old}'
Try `mv --help' for more information.
make[1]: *** [build/pre-p100eww-sprint-1.2.0/.patched] Error 1
make[1]: Leaving directory `/home/pkilian/dupa/meta-doctor'
make: *** [pack-sprint] Error 2
pkilian@falcon:~/dupa/meta-doctor$
this is what i'm getting do you need to run a different make version or something?
|