mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
- use 'L' instead of 'l' in filename of tar.gz
This commit is contained in:
parent
06093bd2fb
commit
d114a1c17f
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ SRC=CHANGELOG* inc conf index.php languages op out README reset_db.sql create_ta
|
||||||
dist:
|
dist:
|
||||||
mkdir -p tmp/letoDMS-$(VERSION)
|
mkdir -p tmp/letoDMS-$(VERSION)
|
||||||
cp -a $(SRC) tmp/letoDMS-$(VERSION)
|
cp -a $(SRC) tmp/letoDMS-$(VERSION)
|
||||||
(cd tmp; tar --exclude=.svn -czvf ../letoDMS-$(VERSION).tar.gz letoDMS-$(VERSION))
|
(cd tmp; tar --exclude=.svn -czvf ../LetoDMS-$(VERSION).tar.gz letoDMS-$(VERSION))
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
||||||
pear:
|
pear:
|
||||||
|
@ -13,7 +13,7 @@ pear:
|
||||||
webdav:
|
webdav:
|
||||||
mkdir -p tmp/letoDMS-webdav-$(VERSION)
|
mkdir -p tmp/letoDMS-webdav-$(VERSION)
|
||||||
cp webdav/* tmp/letoDMS-webdav-$(VERSION)
|
cp webdav/* tmp/letoDMS-webdav-$(VERSION)
|
||||||
(cd tmp; tar --exclude=.svn -czvf ../letoDMS-webdav-$(VERSION).tar.gz letoDMS-webdav-$(VERSION))
|
(cd tmp; tar --exclude=.svn -czvf ../LetoDMS-webdav-$(VERSION).tar.gz letoDMS-webdav-$(VERSION))
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user