mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
* RPM sucks.
This commit is contained in:
parent
9ff3657095
commit
0e68af0ce3
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ AM_INIT_AUTOMAKE
|
|||
|
||||
# Put the revision number in the version.
|
||||
if REVISION=`test -d $srcdir/.svn && svnversion $srcdir 2> /dev/null`; then
|
||||
VERSION="${VERSION}-pre${REVISION}"
|
||||
VERSION="${VERSION}pre${REVISION}"
|
||||
elif REVISION=`cat $srcdir/svn-revision 2> /dev/null`; then
|
||||
VERSION="${VERSION}-pre${REVISION}"
|
||||
VERSION="${VERSION}pre${REVISION}"
|
||||
fi
|
||||
|
||||
AC_PREFIX_DEFAULT(/nix)
|
||||
|
|
Loading…
Reference in a new issue