Skip to content

Commit 24a0924

Browse files
committed
rename redhat to rpm
1 parent 48065d4 commit 24a0924

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

debian/obsupdate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
HERE="`dirname $0`"
77
ME="`basename $0`"
88
PKG="`sed -n 's/^Source: //p' control`"
9-
SPECFILE="../redhat/$PKG.spec"
9+
SPECFILE="../rpm/$PKG.spec"
1010
VERSION="$(grep ^Version: $SPECFILE | awk '{print $2}')"
1111
RPMREL="$(grep '^%define release_prefix' $SPECFILE | awk '{print $3}')"
1212
if [ -z "$RPMREL" ]; then

0 commit comments

Comments
 (0)