diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2014-11-26 07:00:53 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2014-11-26 07:00:53 +0000 |
commit | fe5b93f554d07857f382d7da90252fb35e33c62b (patch) | |
tree | 758f82f403acb4611b524b1919c69d7e172bf1b3 | |
parent | db50908c701cd17d2d184c313b02b3fd48f71f1b (diff) | |
download | linux-libre-raptor-fe5b93f554d07857f382d7da90252fb35e33c62b.tar.gz linux-libre-raptor-fe5b93f554d07857f382d7da90252fb35e33c62b.zip |
Update config.patch on build --prep
-rwxr-xr-x | lemote/gnewsense/branches/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lemote/gnewsense/branches/build b/lemote/gnewsense/branches/build index c40e5a53f..6fca576c5 100755 --- a/lemote/gnewsense/branches/build +++ b/lemote/gnewsense/branches/build @@ -100,7 +100,8 @@ find .pc -perm 000 -print0 | xargs --no-run-if-empty -0 chmod 400 if $prep; then make oldconfig - false + quilt refresh + exit fi mv debian `pwd`.debian |