*** Makefile.orig Thu Jun 16 05:53:51 2005 --- Makefile Fri Jun 17 06:44:04 2005 *************** *** 13,22 **** install: andatool ! cp andatool $(DESTDIR)/usr/bin ! cp andatool.1 $(DESTDIR)/usr/share/man/man1/andatool.1 uninstall: clean ! rm -f $(DESTDIR)/usr/bin/andatool ! rm -f $(DESTDIR)/usr/share/man/man1/andatool.1.gz clean: --- 13,22 ---- install: andatool ! cp andatool $(DESTDIR)/usr/local/bin ! cp andatool.1 $(DESTDIR)/usr/local/share/man/man1/andatool.1 uninstall: clean ! rm -f $(DESTDIR)/usr/local/bin/andatool ! rm -f $(DESTDIR)/usr/local/share/man/man1/andatool.1.gz clean: