mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
0.3.1; fix for pack
This commit is contained in:
parent
d6efdc3310
commit
55708f7849
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ rpm: dist
|
|||
|
||||
pack: clean-recursive
|
||||
rm -f config.log config.cache config.status
|
||||
rm -rf `find . -name ".deps"`
|
||||
chown -R root.root ../alsa-utils
|
||||
mv ../alsa-utils ../alsa-utils-$(VERSION)
|
||||
tar --exclude=CVS -cvz -C .. -f ../alsa-utils-$(VERSION).tar.gz alsa-utils-$(VERSION)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(alsamixer/alsamixer.c)
|
||||
AC_PREFIX_DEFAULT(/usr)
|
||||
AM_INIT_AUTOMAKE(alsa-utils, 0.3.0)
|
||||
AM_INIT_AUTOMAKE(alsa-utils, 0.3.1)
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Reference in a new issue