Actually use the value of OUTPUT_DIR when copying bundled sources in nodejs-packaging-bundler
This commit is contained in:
parent
bef475468a
commit
5385bed950
@ -90,6 +90,6 @@ if [ -d node_modules_dev ] ; then
|
||||
tar cfz ../${PACKAGE_SAFE}-${VERSION}-nm-dev.tgz node_modules_dev
|
||||
fi
|
||||
cd ..
|
||||
cp -v ${PACKAGE_SAFE}-${VERSION}* $HOME/rpmbuild/SOURCES
|
||||
cp -v ${PACKAGE_SAFE}-${VERSION}* "${OUTPUT_DIR}"
|
||||
popd > /dev/null
|
||||
rm -rf ${TMP_DIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user