]> git.pld-linux.org Git - packages/qjoypad.git/blobdiff - qjoypad.spec
- mkdir the build root in %build to make the config script happy
[packages/qjoypad.git] / qjoypad.spec
index 059258900471aa8f582b2ff207f523e64b27c3bc..6b3e2e60419fe8b32bb009ea47845ba94c2a409d 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Gamepad/joystick events to keypress converter
 Name:          qjoypad
 Version:       4.1.0
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/qjoypad/%{name}-%{version}.tar.gz
@@ -32,6 +32,10 @@ makes the Linux gaming experience just a little bit nicer.
 
 %build
 cd src
+
+# ./config scripts checks this dir
+install -d $RPM_BUILD_ROOT
+
 ./config \
        --prefix="%{_prefix}" \
        --install-dir="$RPM_BUILD_ROOT"
This page took 0.119183 seconds and 4 git commands to generate.