summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-02-14 13:57:10 +0100
committerRonan Le Martret <ronan@fridu.net>2014-02-14 13:57:10 +0100
commit5418f3c53c7ad3d320defb497e0d583db1903d5b (patch)
tree8479a519d11c663fdc1f55daf2815b667db721b7
parent9052a432b02bcaeb5532c72cba85c1468948fbcd (diff)
downloadbusybox-sandbox/ronan/tizen.tar.gz
busybox-sandbox/ronan/tizen.tar.bz2
busybox-sandbox/ronan/tizen.zip
Change-Id: I91255898068674a436095dbde8a3998815363502 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r--packaging/busybox.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/busybox.spec b/packaging/busybox.spec
index 17f8a1428..8c18cda22 100644
--- a/packaging/busybox.spec
+++ b/packaging/busybox.spec
@@ -51,6 +51,10 @@ for f in $(cat %{buildroot}%{_datadir}/busybox/busybox.links) ; do
ln -s ../../bin/busybox %{buildroot}$f
done
+ln -s ../../bin/busybox %{buildroot}/usr/bin/cat
+ln -s ../../bin/busybox %{buildroot}/usr/bin/sed
+
+
%files -f busybox.links
%manifest %{name}.manifest
%defattr(-,root,root)
@@ -59,5 +63,8 @@ done
%{_bindir}/busybox.install
%dir %{_datadir}/busybox
%config %{_datadir}/busybox/busybox.links
+/usr/bin/cat
+/usr/bin/sed
+
%changelog