Hi!
I want to build pkg files in an automatic manner and post them somewhere else. But what is a suggested way to get the path to the newly created pkg file?
It's also possible to move pkg file to the known location inside Makefile, but still I don't know how to get its path:
my_build: pkg
@sudo cp ${WHERE_IS_PKG_FILE} ${SOME_KNOWN_LOCATION}
Any suggestions?