Skip to content

Commit

Permalink
fixes path in univention-bareos-schema package
Browse files Browse the repository at this point in the history
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Feb 17, 2015
1 parent f1a8035 commit c361f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/univention-bareos-schema.install
@@ -1 +1 @@
/usr/share/univention-ldap/schema/univention-bareos.schema
/usr/share/univention-bareos-schema/univention-bareos.schema
4 changes: 2 additions & 2 deletions platforms/univention/Makefile.in
Expand Up @@ -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) $@;)
Expand Down

0 comments on commit c361f5f

Please sign in to comment.