From b24b69cdd76cc72fc833c0520e5d7d179e4a3594 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 27 Nov 2007 22:52:33 +0000 Subject: [PATCH] fix permission which-2 scripts --- which.spec | 6 +++--- which-2.csh => which2.csh | 0 which-2.sh => which2.sh | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename which-2.csh => which2.csh (100%) mode change 100755 => 100644 rename which-2.sh => which2.sh (100%) mode change 100755 => 100644 diff --git a/which.spec b/which.spec index 238131f..f2a574f 100644 --- a/which.spec +++ b/which.spec @@ -5,8 +5,8 @@ Release: 5%{?dist} License: GPLv2 Group: Applications/System Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz -Source1: which-2.sh -Source2: which-2.csh +Source1: which2.sh +Source2: which2.csh Url: http://www.xs4all.nl/~carlo17/which/ Patch: which-2.13-afs.patch Patch1: which-2.14-broken.patch @@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING EXAMPLES README AUTHORS NEWS -%attr(0644,root,root) %{_sysconfdir}/profile.d/which-2.* +%attr(0644,root,root) %{_sysconfdir}/profile.d/which2.* %{_bindir}/* %{_infodir}/which.info.gz %{_mandir}/*/* diff --git a/which-2.csh b/which2.csh old mode 100755 new mode 100644 similarity index 100% rename from which-2.csh rename to which2.csh diff --git a/which-2.sh b/which2.sh old mode 100755 new mode 100644 similarity index 100% rename from which-2.sh rename to which2.sh