Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
kiwi
:
Appliance
>
dracut
> 0058-kate-config.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0058-kate-config.patch of Package dracut
From 2a211fc706cb3b7f4bfe69ae9950ebad1fc89303 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Fri, 15 Apr 2016 10:27:48 +0200 Subject: [PATCH] kate config --- .kateproject | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kateproject b/.kateproject index 7a847552..0a0d5da6 100644 --- a/.kateproject +++ b/.kateproject @@ -1,8 +1,8 @@ { - "name": "Kate" + "name": "Dracut" , "files": [ { "git": 1 } ] , "build": { - "directory": "build" + "directory": "./" , "build": "make -j $(getconf _NPROCESSORS_ONLN) all" , "clean": "make clean" }