Elentir wrote:
> I made a little one on http://utopia.toile-libre.org/fwife/  and of
> course update the FB.

Hi Elentir!

I just checked the Makefile and have some comments:

BINDIR = /usr/bin
SHAREDIR = /usr/share/fwife

This should be ${PREFIX}/bin and ${PREFIX}/share/fwife. And also at the
install section

  install -d -m0755 $(DESTDIR)$(PREFIX)$(BINDIR)
  install -d -m0755 $(DESTDIR)$(PREFIX)$(SHAREDIR)/plugins
  install -d -m0755 $(DESTDIR)$(PREFIX)$(SHAREDIR)/images/flags

should be only ${DESTDIR}${BINDIR} and ${DESTDIR}${SHAREDIR} because this
is much more uniform. But these are only side notes, can be ignored, if
it's not good for anyone.


IroNiQ
p.s.: after pre1 i'll check this fwife :)
-- 
Member of Frugalware Developer Team
Web: http://www.ironiq.hu
LinuxCounter: #331532
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to