[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiling gs-aladdin_4.03-7 (fwd)



There's a bug, but I'm not sure if it's me or the source package.

I sucessfully compiled, but ONLY after making these changes:  

   change in wrapper.c
change:  #include "paper.h"  to: #include <paper.h>


  change in debian/rules 
change: 
        install -m 0644 -o root -g root debian/setuid /usr/doc/gs/setuid
        install -m 0644 -o root -g root debian/changelog /usr/doc/gs/changelog
        install -m 0644 -o root -g root debian/README /usr/doc/gs/README

to:
        install -m 0644 -o root -g root debian/setuid  debian/tmp/usr/doc/gs/setuid
        install -m 0644 -o root -g root debian/changelog debian/tmp/usr/doc/gs/changelog
        install -m 0644 -o root -g root debian/README  debian/tmp/usr/doc/gs/README




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: