Update packaging

This commit is contained in:
Xavier Guimard 2016-02-15 21:12:59 +00:00
parent 3f1d4b69bc
commit 904d3f2616
2 changed files with 2 additions and 3 deletions

1
debian/rules vendored
View File

@ -38,7 +38,6 @@ override_dh_auto_install:
HANDLERDIR=$(LMVARDIR)/handler/ \ HANDLERDIR=$(LMVARDIR)/handler/ \
PORTALSKINSDIR=$(LMSHAREDIR)/portal-skins/ \ PORTALSKINSDIR=$(LMSHAREDIR)/portal-skins/ \
MANAGERDIR=$(LMSHAREDIR)/manager/ \ MANAGERDIR=$(LMSHAREDIR)/manager/ \
SESSIONSEXPLORERDATADIR=$(LMSHAREDIR)/sessions-explorer-imgs/ \
STORAGECONFFILE=/etc/lemonldap-ng/lemonldap-ng.ini \ STORAGECONFFILE=/etc/lemonldap-ng/lemonldap-ng.ini \
TOOLSDIR=$(LMSHAREDIR)/ressources/ \ TOOLSDIR=$(LMSHAREDIR)/ressources/ \
CONFDIR=/etc/lemonldap-ng/ \ CONFDIR=/etc/lemonldap-ng/ \

View File

@ -64,7 +64,7 @@ Group: Applications/System
%else %else
Group: Monitoring Group: Monitoring
%endif %endif
License: GPL+ or Artistic License: GPL v2
URL: http://lemonldap-ng.org URL: http://lemonldap-ng.org
Source0: http://lemonldap-ng.org/download/%{name}-%{version}.tar.gz Source0: http://lemonldap-ng.org/download/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
@ -360,7 +360,7 @@ rm -rf %{buildroot}
EXAMPLESDIR=%{lm_examplesdir} \ EXAMPLESDIR=%{lm_examplesdir} \
HANDLERDIR=%{lm_vardir}/handler \ HANDLERDIR=%{lm_vardir}/handler \
PORTALSKINSDIR=%{lm_sharedir}/portal-skins \ PORTALSKINSDIR=%{lm_sharedir}/portal-skins \
MANAGERSKINSDIR=%{lm_sharedir}/manager-skins \ MANAGERDIR=%{lm_sharedir}/manager \
STORAGECONFFILE=%{lm_storagefile} \ STORAGECONFFILE=%{lm_storagefile} \
TOOLSDIR=%{lm_sharedir}/ressources \ TOOLSDIR=%{lm_sharedir}/ressources \
CONFDIR=%{lm_confdir} \ CONFDIR=%{lm_confdir} \