Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 3f63a4e

Browse files
committed
Merge pull request #241 from alshabib/1.0-MAINT
fixing repo
2 parents 35b6ec4 + 21ad635 commit 3f63a4e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

scripts/make-deb-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
9797
${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
9898
9999
chown -R flowvisor:flowvisor /etc/flowvisor /usr/libexec/flowvisor
100-
chown flowvisor:flowvisor /usr/bin/fvctl /usr/bin/fvctl-xml /usr/sbin/derby-interact /usr/sbin/flowvisor /usr/sbin/fvconfig
100+
chown flowvisor:flowvisor /usr/bin/fvctl-json /usr/bin/fvctl-xml /usr/sbin/derby-interact /usr/sbin/flowvisor /usr/sbin/fvconfig
101101
chown -R flowvisor:flowvisor /usr/share/db/flowvisor
102102
chown -R flowvisor:flowvisor /usr/share/doc/flowvisor
103103
chown -R flowvisor:flowvisor /var/log/flowvisor

scripts/make-rpm-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fi
8585
%defattr(644, root, root, 755)
8686
%config %attr(755, flowvisor, flowvisor) /etc/flowvisor
8787
%attr(755, root, root) /etc/init.d/flowvisor
88-
%attr(755, root, root) /usr/bin/fvctl
88+
%attr(755, root, root) /usr/bin/fvctl-json
8989
%attr(755, root, root) /usr/bin/fvctl-xml
9090
/usr/libexec/flowvisor
9191
%attr(755, root, root) /usr/sbin/derby-interact

0 commit comments

Comments
 (0)