Krisztian VASAS wrote:
Hi Elentir!
Hi
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.
That's true! Fixed ; ) Thanks Elentir _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
