X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=f667c90d624cd6c5059c22e28454987bd73459cc;hb=6357081d09842a2f08efcfb22f815d008408f017;hp=87a0780c69eb94785a5565ec71b09d40101b34b4;hpb=b874bb334a10f8e0318ffa98280f339a2ba6db45;p=clsql.git diff --git a/debian/rules b/debian/rules index 87a0780..f667c90 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ install: build dh_install -p $(pkg-mysql) $(srcs-mysql) $(lispdir-mysql) dh_install -p $(pkg-mysql) $(srcs-mysql-so) $(sodir-mysql) dh_install -p $(pkg-pg) $(srcs-pg) $(lispdir-pg) - dh_install -p $(pkg-pg-socket) $(srcs-pg) $(lispdir-pg-socket) + dh_install -p $(pkg-pg-socket) $(srcs-pg-socket) $(lispdir-pg-socket) dh_install -p $(pkg-pg-socket) $(srcs-aodbc) $(lispdir-pg-aodbc) # CLC Systems @@ -131,6 +131,7 @@ install: build l=`echo $$p | sed -e "s/^cl-/cl/;"` ;\ sed -e "s/%%/$$l/;" debian/prerm.template > debian/$$p.prerm ;\ sed -e "s/%%/$$l/;" debian/postinst.template > debian/$$p.postinst ;\ + chmod +x debian/$$p.prerm debian/$$p.prerm; \ done