Skip to content
Snippets Groups Projects
Commit f808c886 authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

Update scdaqrpm.sh

parent 37f3f579
No related branches found
No related tags found
No related merge requests found
Pipeline #6513006 failed
This commit is part of merge request !76. Comments created here will be created in the context of that merge request.
......@@ -132,6 +132,7 @@ echo $BASEDIR
mkdir -p SOURCES; cp -R $BASEDIR/src/* SOURCES/
mkdir -p include; cp -R $BASEDIR/include/* include/
mkdir -p cmake; cp -R $BASEDIR/cmake/* cmake/
%build
echo $RPM_SOURCE_DIR
......@@ -198,5 +199,5 @@ if [ \$1 == 0 ]; then
fi
EOF
mkdir -p RPMBUILD/{RPMS/{noarch},SPECS,BUILD,SOURCES,SRPMS,include}
mkdir -p RPMBUILD/{RPMS/{noarch},SPECS,BUILD,SOURCES,SRPMS,cmake,include}
rpmbuild --define "_topdir $(pwd)/RPMBUILD" -bb scoutdaq.spec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment