From 168e1b276833af76c83cb497dfe205c3980e2a02 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 30 Aug 2005 22:41:37 +0000 Subject: [PATCH] by request of one single person we install the skin into the DATADIR/enigma2 (usually /usr/share/enigma2) --- configure.ac | 1 + data/Makefile.am | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 data/Makefile.am diff --git a/configure.ac b/configure.ac index 0a8a7dc..eacbf2d 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,7 @@ TUXBOX_APPS_GETTEXT AC_OUTPUT([ Makefile +data/Makefile lib/Makefile lib/actions/Makefile lib/base/Makefile diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..42851fa --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,6 @@ +AUTOMAKE_OPTIONS = gnu + +installdir = $(DATADIR)/enigma2 + +install_DATA = \ + skin.xml -- 2.7.4