~gezakovacs/ubuntu/lucid/unetbootin/fix-10.10-desktop-iso-loading

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# you will need "qmake" and "libqt4-dev" to build this
# details at http://unetbootin.wiki.sourceforge.net/compile

cp unetbootin.pro unetbootin-pro.bak
sed -i '/^RESOURCES/d' unetbootin.pro
lupdate unetbootin.pro
lrelease unetbootin.pro
qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc"
make
mv unetbootin-pro.bak unetbootin.pro