Skip to content

Commit 142522d

Browse files
committed
change packaging/redhat to rpm
1 parent b7b78f4 commit 142522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/rpmbuild-cvmfs-config-osg

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -ex
2222
PKG="`echo $0|sed 's/.*build-//'`"
2323
SRCDIR=$HOME/work/$PKG
2424
cd $SRCDIR
25-
SPEC=packaging/redhat/$PKG.spec
25+
SPEC=rpm/$PKG.spec
2626
VERSION="`sed -n 's/^Version: //p' $SPEC`"
2727
cd $RPMBUILD/SOURCES
2828
ln -fns $SRCDIR $PKG-$VERSION

0 commit comments

Comments
 (0)