add missing ) to version
This commit is contained in:
parent
34e28495a5
commit
83be236897
|
@ -153,4 +153,4 @@ build-snapshot:
|
||||||
@echo "building a package based on the current snapshot (${VERSION})"
|
@echo "building a package based on the current snapshot (${VERSION})"
|
||||||
svn update || true
|
svn update || true
|
||||||
svn export . ../alternc-${VERSION}
|
svn export . ../alternc-${VERSION}
|
||||||
cd ../alternc-${VERSION} && sed -i -e '0,/UNRELEASED/s/)/~svn${REV}/' debian/changelog && debuild
|
cd ../alternc-${VERSION} && sed -i -e '0,/UNRELEASED/s/)/~svn${REV})/' debian/changelog && debuild
|
||||||
|
|
Loading…
Reference in New Issue