1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

DBD::SQLite: skip chmod

This commit is contained in:
Kenichi Ishigaki 2010-03-10 14:25:23 +00:00
parent 09a5969550
commit 1986c524ca

View file

@ -325,7 +325,6 @@ sub postamble {
$postamble .= <<"SHARE"; $postamble .= <<"SHARE";
config :: config ::
\t\$(NOECHO) \$(MKPATH) "$share" \t\$(NOECHO) \$(MKPATH) "$share"
\t\$(NOECHO) \$(CHMOD) \$(PERM_DIR) "$share"
\t\$(NOECHO) \$(CP) "sqlite3.c" "$share${S}sqlite3.c" \t\$(NOECHO) \$(CP) "sqlite3.c" "$share${S}sqlite3.c"
\t\$(NOECHO) \$(CP) "sqlite3.h" "$share${S}sqlite3.h" \t\$(NOECHO) \$(CP) "sqlite3.h" "$share${S}sqlite3.h"
SHARE SHARE