diff --git a/debian/univention-bareos-schema.install b/debian/univention-bareos-schema.install index 8adff9b2628..000f59c5558 100644 --- a/debian/univention-bareos-schema.install +++ b/debian/univention-bareos-schema.install @@ -1 +1 @@ -/usr/share/univention-ldap/schema/univention-bareos.schema +/usr/share/univention-bareos-schema/univention-bareos.schema diff --git a/platforms/univention/Makefile.in b/platforms/univention/Makefile.in index 1077a1594e3..d033f9dbe85 100644 --- a/platforms/univention/Makefile.in +++ b/platforms/univention/Makefile.in @@ -43,8 +43,8 @@ install: @$(MKDIR) $(DESTDIR)/usr/share/univention-bareos/ @$(INSTALL_PROGRAM) restart_director $(DESTDIR)/usr/share/univention-bareos/ - @$(MKDIR) $(DESTDIR)/usr/share/univention-ldap/schema/ - @$(INSTALL_CONFIG) univention-bareos.schema $(DESTDIR)/usr/share/univention-ldap/schema/ + @$(MKDIR) $(DESTDIR)/usr/share/univention-bareos-schema/ + @$(INSTALL_CONFIG) univention-bareos.schema $(DESTDIR)/usr/share/univention-bareos-schema/univention-bareos.schema clean: (cd ../debian; $(MAKE) $@;)