Merge pull request #218 from thomasgubler/archlinux

archlinux compatibility
This commit is contained in:
Lorenz Meier 2013-03-18 00:25:23 -07:00
commit c9c2c7504a
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ SERIAL_PORTS = "\\\\.\\COM32,\\\\.\\COM31,\\\\.\\COM30,\\\\.\\COM29,\\\\.\\COM
endif
upload: $(FIRMWARE_BUNDLE) $(UPLOADER)
@python -u $(UPLOADER) --port $(SERIAL_PORTS) $(FIRMWARE_BUNDLE)
$(UPLOADER) --port $(SERIAL_PORTS) $(FIRMWARE_BUNDLE)
#
# JTAG firmware uploading with OpenOCD

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
############################################################################
#
# Copyright (C) 2012 PX4 Development Team. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
############################################################################
#
# Copyright (C) 2012 PX4 Development Team. All rights reserved.