summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89cb3ac)
raw | patch | inline | side by side (parent: 89cb3ac)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Dec 2008 14:40:33 +0000 (14:40 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Dec 2008 14:40:33 +0000 (14:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13121 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/redhat/rpm-make-gosa | patch | blob | history |
index 9bbfc68155edc6bf603938195352c7fc03f19d16..a7bd4250070bf49bc1af54856cdd3880aa08166c 100755 (executable)
# Move extra HTML and images
mkdir -p %{buildroot}/usr/share/gosa/html/plugins/@@NAME@@
-mv ./html/* %{buildroot}/usr/share/gosa/html/plugins/@@NAME@@
+if [ -d html ]; then
+ mv ./html/* %{buildroot}/usr/share/gosa/html/plugins/@@NAME@@
+fi
# Move contrib if available
mkdir -p %{buildroot}/usr/share/doc/%{name}