Files
pkgsrc-ng/misc/celestia/patches/patch-ae
2013-09-26 17:14:40 +02:00

22 lines
643 B
Plaintext

$NetBSD: patch-ae,v 1.4 2006/02/17 23:46:40 adam Exp $
--- Makefile.in.orig 2006-02-15 22:53:42.000000000 +0100
+++ Makefile.in
@@ -307,7 +307,6 @@ noinst_DATA = \
pkgdata_DATA = \
- celestia.cfg \
controls.txt \
COPYING \
$(wildcard *.cel)
@@ -848,7 +847,7 @@ dist-hook:
install-data-hook:
if [ "$(kde_datadir)" -a -d $(kde_datadir)/@PACKAGE@ -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
- mv -f -b $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
+ mv -f $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
rmdir $(kde_datadir)/@PACKAGE@ ; \
fi
if [ "$(kde_datadir)" -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \