mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-24 19:24:48 +03:00
"make dist" should not do anything with the file "VERSION"
This commit is contained in:
parent
2f1dedf371
commit
922f78b220
@ -119,9 +119,6 @@ distdirs:
|
||||
|
||||
distcopy:
|
||||
sed -e "s/^%define ver .*/%define ver $(VERSION)/; s/^%define rel .*/%define rel 1/" mc.spec > Specfile
|
||||
sed "s/@VERSION@/$(VERSION)/" VERSION.in > VERSION.tmp
|
||||
if cmp -s VERSION VERSION.tmp; then rm -f VERSION.tmp; \
|
||||
else mv -f VERSION.tmp VERSION; fi
|
||||
cp $(DISTMAIN) ../mc-$(VERSION);
|
||||
-mkdir ../mc-$(VERSION)/intl
|
||||
for I in $(alldirs); do \
|
||||
|
Loading…
x
Reference in New Issue
Block a user