Comment 2 for bug 122183

Revision history for this message
Lance Rushing (lance-rushing) wrote :

Download the patch file to your home directory as rules.patch, then do:

<code>$ mkdir /tmp/plr
$ cd /tmp/plr
$ apt-get source postgresql-8.1-plr
$ sudo apt-get build-dep postgresql-8.1-plr
$ cd plr-0.6.2
$ patch -p0 -i ~/rules.patch
$ dpkg-buildpackage -rfakeroot -uc -b
$ cd ..
$ sudo dpkg --install postgresql-8.1-plr_0.6.2-4ubuntu1_amd64.deb
</code>

Enjoy!