mirror of
git://git.proxmox.com/git/extjs.git
synced 2025-12-06 02:56:58 -05:00
build: prepare refactoring
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
cf07ab5ed8
commit
3062a1c099
5
Makefile
5
Makefile
@ -28,7 +28,10 @@ all: ${EXTDATA}
|
|||||||
deb: ${DEB}
|
deb: ${DEB}
|
||||||
${DEB}:
|
${DEB}:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
rsync -a * build
|
mkdir build
|
||||||
|
rsync -a debian/ build/debian
|
||||||
|
rsync -a extjs/ build/extjs
|
||||||
|
cp Makefile build/
|
||||||
cp extjs/licenses/license.txt build/debian/copyright
|
cp extjs/licenses/license.txt build/debian/copyright
|
||||||
cd build; dpkg-buildpackage -b -us -uc
|
cd build; dpkg-buildpackage -b -us -uc
|
||||||
lintian -X copyright-file ${DEB}
|
lintian -X copyright-file ${DEB}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user