From 29a2baa31eb404118e380ac2138fbc67c657f03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 13 Jan 2017 13:59:06 +0100 Subject: remove unwanted and problematic files from source --- .../debian/patches/04-install-set_usr_lib.dpatch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 packages/debian/patches/04-install-set_usr_lib.dpatch (limited to 'packages/debian/patches/04-install-set_usr_lib.dpatch') diff --git a/packages/debian/patches/04-install-set_usr_lib.dpatch b/packages/debian/patches/04-install-set_usr_lib.dpatch deleted file mode 100644 index 0a8dc3a..0000000 --- a/packages/debian/patches/04-install-set_usr_lib.dpatch +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## test.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad gcstar~/install gcstar/install ---- gcstar~/install 2009-09-20 20:49:02.000000000 -0300 -+++ gcstar/install 2009-09-20 20:50:50.000000000 -0300 -@@ -196,8 +196,8 @@ - chmod 0755, $baseDir.'/bin/'.$binName; - - #Copying lib -- verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/lib/gcstar'; -- recursiveCopy('lib/gcstar', $baseDir.'/lib/gcstar'); -+ verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/share/gcstar/lib'; -+ recursiveCopy('lib/gcstar', $baseDir.'/share/gcstar/lib'); - - #Copying share - verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/share/gcstar'; -- cgit v1.2.3