Commit 050c06b6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

0.1.1-alt1

- fix evz-sh-functions packing
parent bf2c2779
...@@ -11,11 +11,10 @@ install: ...@@ -11,11 +11,10 @@ install:
chmod 0755 $(DESTDIR)$(sbindir)/* chmod 0755 $(DESTDIR)$(sbindir)/*
# hack to replace path # hack to replace path
#sed -e "s|SHAREDIR=.*|SHAREDIR=$(instpkgdatadir)|g" -e "s|@VERSION@|$(version)|g" <bin/erc >$(DESTDIR)$(bindir)/erc sed -e "s|SHAREDIR=.*|SHAREDIR=$(instpkgdatadir)|g" -e "s|@VERSION@|$(version)|g" <bin/evz >$(DESTDIR)$(sbindir)/evz
#sed -e "s|SHAREDIR=.*|SHAREDIR=$(instpkgdatadir)|g" -e "s|@VERSION@|$(version)|g" <bin/ercat >$(DESTDIR)$(bindir)/ercat
#mkdir -p $(DESTDIR)$(pkgdatadir)/ mkdir -p $(DESTDIR)$(pkgdatadir)/
#install -m 644 `ls -1 bin/* | grep "-"` $(DESTDIR)$(pkgdatadir)/ install -m 644 `ls -1 bin/* | grep "-"` $(DESTDIR)$(pkgdatadir)/
mkdir -p $(DESTDIR)$(mandir)/man8 mkdir -p $(DESTDIR)$(mandir)/man8
cp -a `ls -1 man/*` $(DESTDIR)$(mandir)/man8/ cp -a `ls -1 man/*` $(DESTDIR)$(mandir)/man8/
Name: evz Name: evz
Version: 0.1 Version: 0.1.1
Release: alt1 Release: alt1
Summary: OpenVZ control tool Summary: OpenVZ control tool
...@@ -35,11 +35,14 @@ install -D -m 0644 bash_completion/evz %buildroot%_sysconfdir/bash_completion.d/ ...@@ -35,11 +35,14 @@ install -D -m 0644 bash_completion/evz %buildroot%_sysconfdir/bash_completion.d/
%files %files
#doc README LICENSE TODO #doc README LICENSE TODO
%_sbindir/evz %_sbindir/evz
#_datadir/%name/ %_datadir/%name/
%_man8dir/* %_man8dir/*
%_sysconfdir/bash_completion.d/evz %_sysconfdir/bash_completion.d/evz
%changelog %changelog
* Sun Nov 19 2017 Vitaly Lipatov <lav@altlinux.ru> 0.1.1-alt1
- fix evz-sh-functions packing
* Fri Nov 17 2017 Vitaly Lipatov <lav@altlinux.ru> 0.1-alt1 * Fri Nov 17 2017 Vitaly Lipatov <lav@altlinux.ru> 0.1-alt1
- add compact, status - add compact, status
- add help - add help
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment