projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d392de
)
fix install of scan
author
Philipp Takacs
<philipp@bureaucracy.de>
Sat, 22 Jul 2017 19:35:44 +0000
(21:35 +0200)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Sat, 22 Jul 2017 19:35:44 +0000
(21:35 +0200)
now scan is removed bevore it is linked
found by Jan <jan@subpath.de>
uip/Makefile.in
patch
|
blob
|
history
diff --git
a/uip/Makefile.in
b/uip/Makefile.in
index
8719cc7
..
a758fe0
100644
(file)
--- a/
uip/Makefile.in
+++ b/
uip/Makefile.in
@@
-249,7
+249,7
@@
install-lcmds:
rm -f $(DESTDIR)$(bindir)/unseen
rm -f $(DESTDIR)$(bindir)/prev
rm -f $(DESTDIR)$(bindir)/next
- rm -f $(DESTDIR)$(bindir)/next
+ rm -f $(DESTDIR)$(bindir)/scan
$(LN) $(DESTDIR)$(bindir)/flist $(DESTDIR)$(bindir)/flists
$(LN) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders
$(LN) $(DESTDIR)$(bindir)/new $(DESTDIR)$(bindir)/fnext