pip, sip, python3-setuptools moved into python3 folder for py3

This commit is contained in:
ayhanyalcinsoy
2016-06-06 19:45:41 +03:00
parent 8b49649b0a
commit ce530e2d72
14 changed files with 277 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ce2c0aa..7d6dcf7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -60,7 +60,7 @@ INSTALL_DATA= @INSTALL_DATA@
# Shared libraries must be installed with executable mode on some systems;
# rather than figuring out exactly which, we always give them executable mode.
# Also, making them read-only seems to be a good idea...
-INSTALL_SHARED= ${INSTALL} -m 555
+INSTALL_SHARED= ${INSTALL} -m 755
MKDIR_P= @MKDIR_P@
@@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Exec=idle3
Icon=idle3
Name=IDLE Integrated Development Environment
Name[tr]=IDLE3 Tümleşik Geliştirme Ortamı
StartupNotify=false
Terminal=false
Type=Application
Categories=Application;Development;
MimeType=application/x-python;
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB