mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 15:17:22 +00:00
Fixed build issue that copied backup files into package.
This commit is contained in:
parent
3d6b595b40
commit
cbb2763c01
@ -3,6 +3,7 @@ rm -rf admin
|
|||||||
rm -rf ../patchtester.tar.bz2
|
rm -rf ../patchtester.tar.bz2
|
||||||
cp -r ../administrator/components/com_patchtester admin
|
cp -r ../administrator/components/com_patchtester admin
|
||||||
cp -r ../components/com_patchtester site
|
cp -r ../components/com_patchtester site
|
||||||
|
rm -rf admin/backups/*.txt
|
||||||
mv admin/patchtester.xml patchtester.xml
|
mv admin/patchtester.xml patchtester.xml
|
||||||
tar jcf ../com_patchtester.tar.bz2 site admin patchtester.xml
|
tar jcf ../com_patchtester.tar.bz2 site admin patchtester.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user