From 904d3f2616aaeab4f12a2cfe0ce16b5ec80c35e5 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Mon, 15 Feb 2016 21:12:59 +0000 Subject: [PATCH] Update packaging --- debian/rules | 1 - rpm/lemonldap-ng.spec | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 6c2bf0006..9243018b6 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,6 @@ override_dh_auto_install: HANDLERDIR=$(LMVARDIR)/handler/ \ PORTALSKINSDIR=$(LMSHAREDIR)/portal-skins/ \ MANAGERDIR=$(LMSHAREDIR)/manager/ \ - SESSIONSEXPLORERDATADIR=$(LMSHAREDIR)/sessions-explorer-imgs/ \ STORAGECONFFILE=/etc/lemonldap-ng/lemonldap-ng.ini \ TOOLSDIR=$(LMSHAREDIR)/ressources/ \ CONFDIR=/etc/lemonldap-ng/ \ diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index 19b53e433..b831b6445 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -64,7 +64,7 @@ Group: Applications/System %else Group: Monitoring %endif -License: GPL+ or Artistic +License: GPL v2 URL: http://lemonldap-ng.org Source0: http://lemonldap-ng.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} @@ -360,7 +360,7 @@ rm -rf %{buildroot} EXAMPLESDIR=%{lm_examplesdir} \ HANDLERDIR=%{lm_vardir}/handler \ PORTALSKINSDIR=%{lm_sharedir}/portal-skins \ - MANAGERSKINSDIR=%{lm_sharedir}/manager-skins \ + MANAGERDIR=%{lm_sharedir}/manager \ STORAGECONFFILE=%{lm_storagefile} \ TOOLSDIR=%{lm_sharedir}/ressources \ CONFDIR=%{lm_confdir} \