Package: rails
Version: 1.1.0rc1-1
Severity: important

Hello,

rails command cannot create new rails projects.

$ cd /tmp
$ env LANG=C rails project
      exists
      create  app/controllers
Permission denied - /app
ln: target `/tmp/project/vendor/' is not a directory: No such file or directory
ln: creating symbolic link `/tmp/project/vendor/rails' to `.': No such file or 
directory
ln: creating symbolic link `/tmp/project/doc/api' to 
`/usr/share/doc/rails/html': No such file or directory

The following patch will be fixing the problem.


Thanks,
--
Nobuhiro IMAI <[EMAIL PROTECTED]>
Key fingerprint = F39E D552 545D 7C64 D690  F644 5A15 746C BD8E 7106


--- rails-1.1.0rc1/rails.orig
+++ rails-1.1.0rc1/rails
@@ -51,7 +51,7 @@
        fi

        # Install/upgrade core rails
-        /usr/bin/ruby /usr/share/rails/railties/bin/rails 
"${OVERWRITE_OPTION}" "${RAILS_PKG_DESTINATION}"
+        /usr/bin/ruby /usr/share/rails/railties/bin/rails ${OVERWRITE_OPTION} 
"${RAILS_PKG_DESTINATION}"

        # Create/update the vendor directory
         if [ "x${COPY}" = "xtrue" ]; then

Attachment: pgpm43TRs94hR.pgp
Description: PGP signature

Reply via email to