diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-08-30 22:41:37 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-08-30 22:41:37 +0000 |
| commit | 168e1b276833af76c83cb497dfe205c3980e2a02 (patch) | |
| tree | 2b92e692d7e78c3f6cd97c585e533d45ffe51730 | |
| parent | 5b9623240f6e04e7b6946a0a03a9805b8ea8e5b5 (diff) | |
| download | enigma2-168e1b276833af76c83cb497dfe205c3980e2a02.tar.gz enigma2-168e1b276833af76c83cb497dfe205c3980e2a02.zip | |
by request of one single person we install the skin into the DATADIR/enigma2 (usually /usr/share/enigma2)
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | data/Makefile.am | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0a8a7dc7..eacbf2d9 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 00000000..42851fa8 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,6 @@ +AUTOMAKE_OPTIONS = gnu + +installdir = $(DATADIR)/enigma2 + +install_DATA = \ + skin.xml |
