aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2020-04-14 18:14:32 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2020-04-14 18:14:32 +0200
commit5e9fc56e0a9ec5ac615a1d02cfd9b89d82a6965d (patch)
tree79979f61cacfb89f1a5ac9f1008575fa148741d8
parent9ed101d0e1bbeb01eb373df5c79f4843e93118bc (diff)
downloadicestorm-5e9fc56e0a9ec5ac615a1d02cfd9b89d82a6965d.tar.gz
icestorm-5e9fc56e0a9ec5ac615a1d02cfd9b89d82a6965d.tar.bz2
icestorm-5e9fc56e0a9ec5ac615a1d02cfd9b89d82a6965d.zip
Make sure that scripts find files on final install
-rw-r--r--icebox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/Makefile b/icebox/Makefile
index 830bd4a..2897dfb 100644
--- a/icebox/Makefile
+++ b/icebox/Makefile
@@ -74,7 +74,7 @@ install: all
sed -i 's+from icebox+from $(subst -,_,$(PROGRAM_PREFIX))icebox+g' $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_PREFIX)icebox_maps$(PY_EXE)
sed -i 's+import icebox+import $(subst -,_,$(PROGRAM_PREFIX))icebox as icebox+g' $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_PREFIX)icebox_vlog$(PY_EXE)
sed -i 's+from icebox+from $(subst -,_,$(PROGRAM_PREFIX))icebox+g' $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_PREFIX)icebox_vlog$(PY_EXE)
- sed -i 's+/usr/local/share/icebox+$(DESTDIR)$(PREFIX)/share/$(PROGRAM_PREFIX)icebox+g' $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_PREFIX)icebox_vlog$(PY_EXE)
+ sed -i 's+/usr/local/share/icebox+$(PREFIX)/share/$(PROGRAM_PREFIX)icebox+g' $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_PREFIX)icebox_vlog$(PY_EXE)
sed -i 's+import icebox+import $(subst -,_,$(PROGRAM_PREFIX))icebox as icebox+g' $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_PREFIX)icebox_stat$(PY_EXE)
sed -i 's+from icebox+from $(subst -,_,$(PROGRAM_PREFIX))icebox+g' $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_PREFIX)icebox_stat$(PY_EXE)