We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b78f4 commit 142522dCopy full SHA for 142522d
rpm/rpmbuild-cvmfs-config-osg
@@ -22,7 +22,7 @@ set -ex
22
PKG="`echo $0|sed 's/.*build-//'`"
23
SRCDIR=$HOME/work/$PKG
24
cd $SRCDIR
25
-SPEC=packaging/redhat/$PKG.spec
+SPEC=rpm/$PKG.spec
26
VERSION="`sed -n 's/^Version: //p' $SPEC`"
27
cd $RPMBUILD/SOURCES
28
ln -fns $SRCDIR $PKG-$VERSION
0 commit comments