On Mon, Jan 15, 2018 at 08:31:49PM +0100, Florian Bruhin wrote:
> - There's now a `misc/Makefile` file in releases, which should help
>   distributions which package qutebrowser, as they can run something like
>   `make -f misc/Makefile DESTDIR="$pkgdir" install` now.

Welp, looks like this doesn't actually work because a path changed after
the Makefile was written.

Either continue packaging the way you were before until v1.1.1 comes
out, or replace "testbrowser_cpp" in the Makefile by "testbrowser":

diff --git a/misc/Makefile b/misc/Makefile
index fe97eb6bf..714223d10 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -21,5 +21,5 @@ install: doc/qutebrowser.1.html
                $(wildcard misc/userscripts/*)
        install -Dm755 -t "$(DESTDIR)/usr/share/qutebrowser/scripts/" \
                $(filter-out scripts/__init__.py scripts/__pycache__ 
scripts/dev \
-                 scripts/testbrowser_cpp scripts/asciidoc2html.py 
scripts/setupcommon.py \
+                 scripts/testbrowser scripts/asciidoc2html.py 
scripts/setupcommon.py \
                        scripts/link_pyqt.py,$(wildcard scripts/*))

Sorry for the trouble!

Florian

-- 
https://www.qutebrowser.org  | m...@the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072  | https://the-compiler.org/pubkey.asc
         I love long mails!  | https://email.is-not-s.ms/

Attachment: signature.asc
Description: PGP signature

Reply via email to