Add patch.

This commit is contained in:
Marcela Mašláňová 2006-12-19 15:24:07 +00:00
parent cb118d9ddd
commit 05dae0b4f3
2 changed files with 13 additions and 1 deletions

12
tcl-8.4.5-lib-perm.patch Normal file
View File

@ -0,0 +1,12 @@
diff -u tcl8.4.5/unix/Makefile.in~ tcl8.4.5/unix/Makefile.in
--- tcl8.4.5/unix/Makefile.in~ 2003-11-25 16:47:51.000000000 +0900
+++ tcl8.4.5/unix/Makefile.in 2003-11-25 16:47:51.000000000 +0900
@@ -601,7 +601,7 @@
fi
@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
@@INSTALL_LIB@
- @chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE)
+ @chmod 755 $(LIB_INSTALL_DIR)/$(LIB_FILE)
@if test "$(TCL_BUILD_EXP_FILE)" != ""; then \
echo "Installing $(TCL_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
$(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \

View File

@ -5,7 +5,7 @@
Summary: Tcl scripting language development environment
Name: tcl
Version: %{majorver}a5
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD
Group: Development/Languages
URL: http://tcl.sourceforge.net/