From 8051c145d58cadb29d0fca8d4a4649d345de36f0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 27 Oct 2022 19:03:50 -0300 Subject: src/xyz/euandreh/queue.scm: Fix missing model-dir installation path --- src/xyz/euandreh/queue.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xyz') diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 1b11cb7..d383f4e 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -223,7 +223,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") (add-after 'install 'install-extra-files (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) - (model-dir (string-append out ""))) + (model-dir (string-append out "/share/cups/model/epson-inkjet-printer-201401w"))) (chdir (string-append "../epson-inkjet-printer-201401w-" #$version)) (mkdir-p model-dir) (invoke "cp" "-a" "ppds" model-dir) -- cgit v1.2.3