mirror of https://github.com/MidnightCommander/mc
"make dist" works with bash 1.x again
This commit is contained in:
parent
26f6e92abf
commit
70fabe5cd4
|
@ -110,7 +110,7 @@ distdirs:
|
|||
mkdir ../mc-$(VERSION)/edit;
|
||||
|
||||
distcopy:
|
||||
sed -e "s/^%define ver .*$/%define ver $(VERSION)/; s/%define rel .*$/^%define rel 1/" mc.spec > Specfile
|
||||
sed -e "s/^%define ver .*/%define ver $(VERSION)/; s/^%define rel .*/%define rel 1/" mc.spec > Specfile
|
||||
sed "s/@VERSION@/$(VERSION)/" VERSION.in > VERSION
|
||||
cp $(DISTMAIN) ../mc-$(VERSION);
|
||||
cp po/Makefile.in.in ../mc-$(VERSION)/po;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 6 07:48:22 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
|
||||
* Makefile.in: "make dist" works with bash 1.x again
|
||||
|
||||
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
|
||||
|
||||
* configure.in: ALL_LINGUAS test added, to allow specify list
|
||||
|
|
Loading…
Reference in New Issue