mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Misc fixes:
- add confdefs.h to .cvsignore. - use tar options instead of actually changing owner when packing.
This commit is contained in:
parent
14b1742ff2
commit
0df4996fcd
1 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ dist-hook:
|
|||
pack: clean-recursive
|
||||
rm -f config.log config.cache config.status
|
||||
rm -rf `find . -name ".deps"`
|
||||
chown -R root.root ../alsa-lib
|
||||
mv ../alsa-lib ../alsa-lib-$(SND_LIB_VERSION)
|
||||
tar --exclude=CVS -cvI -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.bz2 alsa-lib-$(SND_LIB_VERSION)
|
||||
tar --exclude=CVS --owner=root --group=root -cvI -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.bz2 alsa-lib-$(SND_LIB_VERSION)
|
||||
mv ../alsa-lib-$(SND_LIB_VERSION) ../alsa-lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue