From f669ba772b9dc5839a3cf9990691cf912ea443f4 Mon Sep 17 00:00:00 2001 From: "Aleksey N. Vinogradov" Date: Tue, 24 Mar 2015 10:32:54 +0500 Subject: [PATCH] Update install Added target directory creation command --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 6fc0a5d..45e0e08 100755 --- a/install +++ b/install @@ -5,6 +5,7 @@ /etc/init.d/cups stop cp rastertozj /usr/lib/cups/filter/ +mkdir -p /usr/share/cups/model/zjiang cp ZJ-58.ppd /usr/share/cups/model/zjiang/ cd /usr/lib/cups/filter chmod 755 rastertozj