forked from fossasia/meilix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
debuild.sh
12 lines (11 loc) · 811 Bytes
/
debuild.sh
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# In which directory is this script started? It is supposed to be in the project folder.
# on travis in /home/travis/build/fossasia/meilix
rm meilix-default-settings_* #removes the older meilix-default-settings packages if exist
cd meilix-default-settings #cd into the metapackage directory
debuild -uc -us #debuild the meilix-default-settings metapackage
cd ..
#building plymouth
sudo apt-get -qq install libfile-fcntllock-perl #installing files required by meilix artwork to build plymouth
cd meilix-artwork #cd into the metapackage directory
echo y | debuild -uc -us #debuild the plymouth