Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ntfs-config - A front-end to Enable/Disable write 
support


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225075





------- Additional Comments From [EMAIL PROTECTED]  2007-02-15 14:21 EST -------
I should write what I meant more politely...

Well,
-----------------------------------------------------
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -Dm 644"
-----------------------------------------------------
  should be
-----------------------------------------------------
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-----------------------------------------------------
  Executable bits on scripts/binaries will be removed when
  adding "-Dm 644".
  And the following lines
-----------------------------------------------------
install -Dm 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/%{name}
install -Dm 644 %{SOURCE2}
$RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps/%{name}
-----------------------------------------------------
  are not fixed yet ("install -p -Dm 644" should be used also
  on the two lines above)


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to