Bugs item #549637, was opened at 2002-04-27 19:41
Message generated for change (Comment added) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=549637&group_id=5988
Category: doc
Group: v2.0
>Status: Closed
>Resolution: Out of Date
Priority: 1
Submitted By: Jochen Voß (jvoss2)
>Assigned to: Mike C. Fletcher (mcfletch)
Summary: manual.pdf has wrong permissions
Initial Comment:
Hello,
the file PyOpenGL-2.0.0.44/OpenGL/doc/manual.pdf from
the PyOpenGL-2.0.0.44.tar.gz archive has the
executable bit set:
u@tatonka [~] ls -l OpenGL/doc/
total 248
drwxr-sr-x 2 u g 4096 Sep 1 2001 html/
-rwxr-xr-x 1 u g 110328 Sep 1 2001 manual.pdf
-rw-r--r-- 1 u g 85541 Aug 28 2001 manual.xml
-rw-r--r-- 1 u g 896 Aug 27 2001 style.css
-rw-r--r-- 1 u g 38200 Jul 20 2001 title.jpeg
This makes no sense, because manual.pdf is a data
file, not an executable. So the execute bit should
be removed from the file in the archive.
Jochen
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2003-04-28 05:08
Message:
Logged In: YES
user_id=34901
Given that we can no longer even produce the PDF file, I am
marking this bug "closed".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=549637&group_id=5988
|