File: 01_dirname_no_version.diff

package info (click to toggle)
grhino 0.16.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: cpp: 10,637; sh: 3,120; xml: 1,099; makefile: 432; perl: 337; sed: 27
file content (20 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove -${VERSION} in directory name
Author: Bart Martens <bartm@knars.be>

Index: grhino/Makefile.in
===================================================================
--- grhino.orig/Makefile.in	2009-12-31 15:57:35.889135440 +0100
+++ grhino/Makefile.in	2009-12-31 15:57:44.605136960 +0100
@@ -48,9 +48,9 @@
 omfdir		= @datadir@/omf/grhino
 icon_dir	= @datadir@/pixmaps
 
-pattern_dir	= @datadir@/${PACKAGE}-${VERSION}/pattern
-book_dir	= @datadir@/${PACKAGE}-${VERSION}/book
-theme_dir	= @datadir@/${PACKAGE}-${VERSION}/theme
+pattern_dir	= @datadir@/${PACKAGE}/pattern
+book_dir	= @datadir@/${PACKAGE}/book
+theme_dir	= @datadir@/${PACKAGE}/theme
 
 # DESTDIR used in rules below is undefined by default.
 # It will be defined when building package.