From 16b9d49de903a828608fae63f803de2306ad3e97 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sun, 27 Oct 2019 08:34:11 +1100 Subject: [PATCH] gophermap -> gophermap.sample debian --- debian/postinst | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index f7e05db..9729019 100644 --- a/debian/postinst +++ b/debian/postinst @@ -24,7 +24,7 @@ fi # Configure gophernicus if [ "$1" = "configure" ]; then if [ ! -f "$ROOT/gophermap" ]; then - cp $LIBDIR/gophermap $ROOT/ + cp $LIBDIR/gophermap.sample $ROOT/gophermap fi chown $USER.adm $LOGDIR diff --git a/debian/rules b/debian/rules index 2957064..9183249 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ install: build rm -rf $(DEST)/tmp ln -s /usr/share/doc/gophernicus/ $(DEST)/var/gopher/docs ln -s /usr/bin/php5 $(DEST)/usr/lib/gophernicus/filters/php - cp $(CURDIR)/gophermap $(DEST)/usr/lib/gophernicus/ + cp $(CURDIR)/gophermap.sample $(DEST)/usr/lib/gophernicus/gophermap cp $(CURDIR)/gophernicus.socket $(CURDIR)/gophernicus@.service $(DEST)/lib/systemd/system/ # Build architecture-independent files here.