On Sun, Jul 1, 2012 at 2:40 PM, Andreas Tille <[email protected]> wrote: > > > --installdir $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR) > > @echo "I: Fixing up permissions for removed write rights -- we aren't > > done yet!" > > chmod +w -R $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR) > > + chmod u+s $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmsecshr > > BTW, pbuilder / cowbuilder do handle some so called hooks where you can > open a shell to inspect the current build tree. This might help a bit to > track down the differences between debuild and pdebuild.
That's exactly what I need at this point... This is what I just found as instructions on this: http://pbuilder.alioth.debian.org/#modifyupdate I'll be now giving it a try.... Thanks Luis

