git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d98ca3
)
inotify-tools is missing in SL6 as well
author
S.Çağlar Onur
<caglar@verivue.com>
Fri, 11 Mar 2011 17:48:49 +0000
(12:48 -0500)
committer
S.Çağlar Onur
<caglar@verivue.com>
Fri, 11 Mar 2011 17:48:49 +0000
(12:48 -0500)
coblitz.mk
patch
|
blob
|
history
planetlab.mk
patch
|
blob
|
history
diff --git
a/coblitz.mk
b/coblitz.mk
index
c4f0a03
..
430eadf
100644
(file)
--- a/
coblitz.mk
+++ b/
coblitz.mk
@@
-200,6
+200,10
@@
ifeq "$(DISTRONAME)" "centos5"
local_inotify_tools=true
endif
+ifeq "$(DISTRONAME)" "sl6"
+local_inotify_tools=true
+endif
+
ifeq "$(local_inotify_tools)" "true"
inotify-tools-MODULES := inotify-tools
inotify-tools-SPEC := inotify-tools.spec
diff --git
a/planetlab.mk
b/planetlab.mk
index
f1427e1
..
de8ff68
100644
(file)
--- a/
planetlab.mk
+++ b/
planetlab.mk
@@
-210,6
+210,10
@@
ifeq "$(DISTRONAME)" "centos5"
local_inotify_tools=true
endif
+ifeq "$(DISTRONAME)" "sl6"
+local_inotify_tools=true
+endif
+
ifeq "$(local_inotify_tools)" "true"
inotify-tools-MODULES := inotify-tools
inotify-tools-SPEC := inotify-tools.spec