Commit b81e3b27 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Don\'t overwrite specific product-logo.png

parent 1cd14cb0
...@@ -20,7 +20,6 @@ ahttpd: ...@@ -20,7 +20,6 @@ ahttpd:
done done
install -d $(datadir)/alterator/design/styles install -d $(datadir)/alterator/design/styles
cp -a components/ahttpd/images $(datadir)/alterator/design cp -a components/ahttpd/images $(datadir)/alterator/design
install -Dpm644 images/product-logo.png $(datadir)/alterator/design/images/product-logo.png
cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles
...@@ -65,5 +64,4 @@ indexhtml: components/indexhtml/index.css ...@@ -65,5 +64,4 @@ indexhtml: components/indexhtml/index.css
done done
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
cp -a components/indexhtml/images $(INDEXHTML_DIR) cp -a components/indexhtml/images $(INDEXHTML_DIR)
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/images/product-logo.png
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment