From 5da0e737c44fdbfd72dc1362ff972119110221f0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 24 Sep 1998 20:46:12 +0000 Subject: [PATCH] Pack saves version to root dir now... --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f15c7a..e5815a1 100644 --- a/Makefile +++ b/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 -- 2.47.1