tags 389813 +patch
thanks
Hi,
I built a simple patch for this bug. It's attached to this mail. I hope
that /usr/lib/slate is the right place for this "boot.image".
Thanks
--
.''`. Mario Iseli <[EMAIL PROTECTED]>
: :' : proud user of Debian unstable
`. `'`
`- Debian - when you have better things to do than fixing a system
diff -Naur slate-0.3.4.3/debian/rules slate.new/debian/rules
--- slate-0.3.4.3/debian/rules 2006-09-28 09:55:34.549755168 +0200
+++ slate.new/debian/rules 2006-09-28 09:54:51.957230216 +0200
@@ -48,9 +48,9 @@
install $(CURDIR)/debian/slaterun -m 755
$(CURDIR)/debian/slate/usr/bin/slaterun
cp $(CURDIR)/*.so $(CURDIR)/debian/slate/usr/lib/slate/
chmod 755 $(CURDIR)/debian/slate/usr/lib/slate/*.so
- ln -s "`debian/endianess`.image"
$(CURDIR)/debian/slate/usr/share/slate/boot.image
- install $(CURDIR)/slate.image -m 644
$(CURDIR)/debian/slate/usr/share/slate/slate.image
- chmod 644 $(CURDIR)/debian/slate/usr/share/slate/slate.image
+ ln -s "`debian/endianess`.image"
$(CURDIR)/debian/slate/usr/lib/slate/boot.image
+ install $(CURDIR)/slate.image -m 644
$(CURDIR)/debian/slate/usr/lib/slate/slate.image
+ chmod 644 $(CURDIR)/debian/slate/usr/lib/slate/slate.image
cp -r $(CURDIR)/src $(CURDIR)/debian/slate/usr/share/slate
find $(CURDIR)/debian/slate/usr/share/slate/src -type f ! -name
"*.slate" -print0 | xargs -0r rm
find $(CURDIR)/debian/slate/usr/share/slate/src -type d -empty -print0
| xargs -0r rmdir