Page MenuHomeClusterLabs Projects

No OneTemporary

diff --git a/contrib/askant/Makefile b/contrib/askant/Makefile
index cd8064085..d817243a5 100644
--- a/contrib/askant/Makefile
+++ b/contrib/askant/Makefile
@@ -1,24 +1,24 @@
include ../../make/defines.mk
all: build
include $(OBJDIR)/make/clean.mk
CFLAGS += -I$(SRCDIR)/gfs2/libgfs2
CFLAGS += -I$(SRCDIR)/gfs2/include
LDFLAGS += -L$(OBJDIR)/gfs2/libgfs2 -lgfs2
build:
- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./setup.py build
+ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" python setup.py build
install:
- ./setup.py install --root $(DESTDIR)
+ python setup.py install --root $(DESTDIR)
uninstall:
@echo UNINSTALL TARGET UNSUPPORTED
clean:
- ./setup.py clean
+ python setup.py clean
rm askant/*.pyc
rm -rf build
diff --git a/contrib/askant/scripts/askant b/contrib/askant/scripts/askant
old mode 100755
new mode 100644
diff --git a/contrib/askant/setup.py b/contrib/askant/setup.py
old mode 100755
new mode 100644

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 23, 11:04 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1018604
Default Alt Text
(942 B)

Event Timeline