#!/bin/sh /usr/share/dpatch/dpatch-run ## 06-directories.dpatch Daniel Baumann ## ## DP: Adjusting directory names @DPATCH@ diff -Naur skencil-0.6.17.orig/setup.py skencil-0.6.17/setup.py --- skencil-0.6.17.orig/setup.py 2005-03-12 22:16:31.000000000 +0000 +++ skencil-0.6.17/setup.py 2006-01-22 11:46:21.448517760 +0000 @@ -421,7 +421,7 @@ self.executable = os.path.join(self.exec_prefix, 'bin') if not self.library: self.library = os.path.join(self.prefix, 'lib', - progname + '-' + version) + progname) def replace_dirs(self, string): result = ''