Accepting request 662123 from home:XRevan86
- Update to version 2.18.10. OBS-URL: https://build.opensuse.org/request/show/662123 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
8705d273d6
commit
20d71db42a
11
devscripts-fix-python-install-layout.patch
Normal file
11
devscripts-fix-python-install-layout.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/scripts/Makefile
|
||||
+++ b/scripts/Makefile
|
||||
@@ -121,7 +120,7 @@ clean:
|
||||
test: test_pl test_sh test_py
|
||||
|
||||
install: all
|
||||
- python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
|
||||
+ python3 setup.py install --root="$(DESTDIR)" --prefix="$(PREFIX)" --no-compile
|
||||
cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
|
||||
ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
|
||||
install -d $(DESTDIR)$(COMPL_DIR)
|
||||
Reference in New Issue
Block a user