]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- brltty-slash.patch: missing '/' separator in Makefile
authorqrczak <qrczak@pld-linux.org>
Tue, 16 Jan 2007 02:13:59 +0000 (02:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 4

Changed files:
    brltty-slash.patch -> 1.1
    brltty.spec -> 1.11

brltty-slash.patch [new file with mode: 0644]
brltty.spec

diff --git a/brltty-slash.patch b/brltty-slash.patch
new file mode 100644 (file)
index 0000000..f7309d7
--- /dev/null
@@ -0,0 +1,11 @@
+--- brltty-3.7.2/prologue.mk.in~       2005-12-26 13:58:08.000000000 +0100
++++ brltty-3.7.2/prologue.mk.in        2007-01-16 03:02:16.000000000 +0100
+@@ -19,7 +19,7 @@
+ SRC_DIR = @srcdir@
+ # VPATH = @srcdir@
+-BLD_TOP = @top_builddir@
++BLD_TOP = @top_builddir@/
+ BLD_DIR = @builddir@
+ O = @OBJEXT@
index 9528547014282fd0ce8f147b424cf846f45c885b..a11f53017ced068bcce889d8fb2a9f9c652af435 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Braille display driver for Linux/Unix
 Summary(pl):   Sterownik do wy¶wietlaczy Braille'a
 Name:          brltty
 Version:       3.7.2
-Release:       3
+Release:       4
 Group:         Daemons
 License:       GPL
 URL:           http://mielke.cc/brltty/
 Source0:       http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 0ae3da8252783a4d20e1ed4e55cede5b
+Patch0:                %{name}-slash.patch
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: bison
@@ -88,6 +89,7 @@ Ten pakiet zawiera statyczn
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.080384 seconds and 4 git commands to generate.