Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3 from cxl000/x64
[rpm] Also exclude x86_64 from /dev/fuse HACK
  • Loading branch information
iamer committed Aug 29, 2013
2 parents 3a33c26 + 6271a19 commit 90b50d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/fuse.spec
Expand Up @@ -85,7 +85,7 @@ rm -rf %{buildroot}

# >> install post
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fuse.conf
%ifnarch %{ix86}
%ifnarch %{ix86} x86_64
# HACK!!! Please remove when possible.
# For some reason /dev/fuse doesn't exist on ARM builds and make install
# creates the node which doesn't belong to the package, thus these lines.
Expand Down

0 comments on commit 90b50d9

Please sign in to comment.