Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
uml-utilities
uml-utilities.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File uml-utilities.diff of Package uml-utilities
diff -Naur ../tools-20070815.orig/humfsify/Makefile ./humfsify/Makefile --- ../tools-20070815.orig/humfsify/Makefile 2006-05-25 20:37:01.000000000 +0200 +++ ./humfsify/Makefile 2008-04-14 11:28:05.000000000 +0200 @@ -4,7 +4,7 @@ install: install -d $(DESTDIR)$(BIN_DIR) - install -o 0755 $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR) clean: rm -f *~ diff -Naur ../tools-20070815.orig/jail/Makefile ./jail/Makefile --- ../tools-20070815.orig/jail/Makefile 2006-02-27 20:51:46.000000000 +0100 +++ ./jail/Makefile 2008-04-14 11:30:08.000000000 +0200 @@ -11,7 +11,7 @@ install : $(BIN) install -d $(DESTDIR)$(SBIN_DIR) - install -s $(BIN) $(DESTDIR)$(SBIN_DIR) + install $(BIN) $(DESTDIR)$(SBIN_DIR) clean : rm -rf *~ $(BIN) $(OBJS) cell[0-9]* core* tty_log_cell* diff -Naur ../tools-20070815.orig/jailtest/Makefile ./jailtest/Makefile --- ../tools-20070815.orig/jailtest/Makefile 2006-02-27 20:52:53.000000000 +0100 +++ ./jailtest/Makefile 2008-04-14 11:25:00.000000000 +0200 @@ -14,4 +14,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR) diff -Naur ../tools-20070815.orig/mconsole/Makefile ./mconsole/Makefile --- ../tools-20070815.orig/mconsole/Makefile 2006-02-27 21:03:01.000000000 +0100 +++ ./mconsole/Makefile 2008-04-14 11:25:00.000000000 +0200 @@ -15,4 +15,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR) diff -Naur ../tools-20070815.orig/moo/Makefile ./moo/Makefile --- ../tools-20070815.orig/moo/Makefile 2006-02-27 21:08:49.000000000 +0100 +++ ./moo/Makefile 2008-04-14 11:26:44.000000000 +0200 @@ -23,4 +23,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR) diff -Naur ../tools-20070815.orig/port-helper/Makefile ./port-helper/Makefile --- ../tools-20070815.orig/port-helper/Makefile 2006-02-27 21:18:40.000000000 +0100 +++ ./port-helper/Makefile 2008-04-14 11:25:00.000000000 +0200 @@ -15,4 +15,4 @@ install : $(BIN) install -d $(DESTDIR)$(LIB_DIR) - install -s $(BIN) $(DESTDIR)$(LIB_DIR) + install $(BIN) $(DESTDIR)$(LIB_DIR) diff -Naur ../tools-20070815.orig/tunctl/Makefile ./tunctl/Makefile --- ../tools-20070815.orig/tunctl/Makefile 2006-02-27 21:19:52.000000000 +0100 +++ ./tunctl/Makefile 2008-04-14 11:25:00.000000000 +0200 @@ -14,4 +14,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR) diff -Naur ../tools-20070815.orig/umlfs/Makefile ./umlfs/Makefile --- ../tools-20070815.orig/umlfs/Makefile 2006-02-27 22:11:25.000000000 +0100 +++ ./umlfs/Makefile 2008-04-14 11:27:06.000000000 +0200 @@ -16,4 +16,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR) diff -Naur ../tools-20070815.orig/uml_net/Makefile ./uml_net/Makefile --- ../tools-20070815.orig/uml_net/Makefile 2006-02-27 21:19:52.000000000 +0100 +++ ./uml_net/Makefile 2008-04-14 11:25:00.000000000 +0200 @@ -22,4 +22,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR) + install -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR) diff -Naur ../tools-20070815.orig/uml_switch/Makefile ./uml_switch/Makefile --- ../tools-20070815.orig/uml_switch/Makefile 2006-02-27 21:20:26.000000000 +0100 +++ ./uml_switch/Makefile 2008-04-14 11:27:38.000000000 +0200 @@ -21,4 +21,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR) diff -Naur ../tools-20070815.orig/watchdog/Makefile ./watchdog/Makefile --- ../tools-20070815.orig/watchdog/Makefile 2006-02-27 21:55:34.000000000 +0100 +++ ./watchdog/Makefile 2008-04-14 11:25:00.000000000 +0200 @@ -14,4 +14,4 @@ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) - install -s $(BIN) $(DESTDIR)$(BIN_DIR) + install $(BIN) $(DESTDIR)$(BIN_DIR)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor