summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
-rw-r--r--control2
2 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 040a4b9..420d051 100755
--- a/build
+++ b/build
@@ -4,7 +4,7 @@ linux-libre linux-libre-headers: linux-libre.buildstamp
.SILENT: linux-libre.buildstamp
linux-libre.buildstamp:
- cd src && make oldconfig && make && /
+ cd src && make oldconfig && make && \
make install && make headers_install
oh-installfiles linux-libre linux-libre-headers
oh-installdocs linux-libre linux-libre-headers
diff --git a/control b/control
index 854f2ff..3dbebd9 100644
--- a/control
+++ b/control
@@ -1,4 +1,4 @@
Source: linux-libre
-Version: 3.2.7
+Version: 3.2.7-1
Maintainer: "Kurt Meyer" <kem2@njit.edu>
Build-Depends: gcc, make