diff options
author | Jaroslav Kysela <perex@perex.cz> | 1999-06-05 09:35:48 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 1999-06-05 09:35:48 +0000 |
commit | fd672765f4c8e4d899931144dcf61c0876408970 (patch) | |
tree | d581f0a528adc35093c9909c905179bc5b1547dd /Makefile.am | |
parent | 6b71354390890dc566d05684c3f24afecdbb2c84 (diff) | |
download | alsa-lib-fd672765f4c8e4d899931144dcf61c0876408970.tar.gz |
0.3.1; small fix for pack
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 72a9914a..b66b5a94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ rpm: dist 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 -cvz -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.gz alsa-lib-$(SND_LIB_VERSION) |