mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 22:35:41 +01:00
Pack saves version to root dir now...
This commit is contained in:
parent
14a84a0a91
commit
5da0e737c4
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -45,4 +45,6 @@ cvsclean: mrproper
|
|||
|
||||
pack: mrproper
|
||||
chown -R root.root ../alsa-utils
|
||||
tar cvz -C .. -f ../alsa-utils-$(SND_UTIL_VERSION).tar.gz alsa-utils
|
||||
mv ../alsa-utils ../alsa-utils-$(SND_UTIL_VERSION)
|
||||
tar cvz -C .. -f ../alsa-utils-$(SND_UTIL_VERSION).tar.gz alsa-utils-$(SND_UTIL_VERSION)
|
||||
mv ../alsa-utils-$(SND_UTIL_VERSION) ../alsa-utils
|
||||
|
|
Loading…
Reference in a new issue