Comment 12 for bug 901547

Revision history for this message
Luciano Panepucci (lpanebr) wrote :

I followed https://bugs.launchpad.net/ubuntu/+source/xmlcopyeditor/+bug/967087/comments/11 and it works.

mkdir ~/compilexmlcopyeditor && cd ~/compilexmlcopyeditor
sudo apt-get purge xmlcopyeditor
sudo apt-get build-dep xmlcopyeditor
sudo apt-get source xmlcopyeditor
cd xmlcopyeditor-1.2.0.6
sudo dpkg-buildpackage -rfakeroot -us -b
cd ..
sudo dpkg -i *.deb