mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
package/python: Fix rebased patch 011-remove-python-symlink.patch
While rebasing one line was accidently not removed, this patch fixes http://autobuild.buildroot.net/results/018/018303a5d551aaa6c91013ab0352437e9a2c28bc/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1f5d176ebf
commit
4e1b3235c2
@ -12,7 +12,7 @@ Index: b/Makefile.pre.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- a/Makefile.pre.in
|
--- a/Makefile.pre.in
|
||||||
+++ b/Makefile.pre.in
|
+++ b/Makefile.pre.in
|
||||||
@@ -974,17 +974,11 @@
|
@@ -974,17 +974,10 @@
|
||||||
echo "Creating directory $(LIBPC)"; \
|
echo "Creating directory $(LIBPC)"; \
|
||||||
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
|
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
|
||||||
fi
|
fi
|
||||||
@ -20,7 +20,7 @@ Index: b/Makefile.pre.in
|
|||||||
- then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
|
- then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
|
||||||
- else true; \
|
- else true; \
|
||||||
- fi
|
- fi
|
||||||
(cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
|
- (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
|
||||||
-rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
|
-rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
|
||||||
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
|
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
|
||||||
-rm -f $(DESTDIR)$(BINDIR)/python2-config
|
-rm -f $(DESTDIR)$(BINDIR)/python2-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user