Changeset 1908
- Timestamp:
- 06/09/07 08:57:44 (19 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
- 1 moved
-
Makefile (modified) (1 diff)
-
packages/brltty (moved) (moved from trunk/packages/BRLTTY)
-
packages/brltty/Makefile (modified) (2 diffs)
-
scripts/shutdown-helper (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1897 r1908 261 261 ch-device-mapper ch-LVM2 ch-dmraid \ 262 262 ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe \ 263 ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch- BRLTTY\263 ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-brltty \ 264 264 ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \ 265 265 ch-sysfsutils ch-pcmcia-cs ch-pcmciautils ch-ddccontrol ch-ddccontrol-db \ -
trunk/packages/brltty/Makefile
r1816 r1908 2 2 3 3 NM= brltty 4 VRS= 3. 7.24 VRS= 3.8 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://www.mielke.cc/brltty/releases/$(FILE) 9 SHA-$(FILE)= 0aa8a51a03687acddadbd422f5dff688a5a89b979 SHA-$(FILE)= d6d12254aa9a01fb34d1665027bc894c28e75e79 10 10 11 11 # Targets … … 21 21 22 22 compile-stage2: 23 sed -i '/linux\/compiler\.h/d' Programs/usb_linux.c 23 # Do we want this? 24 # sed -i 's/usb_object="linux"/usb_object="libusb"/' configure 24 25 ./configure --prefix=/usr --sysconfdir=/etc --disable-speech-support \ 25 26 --disable-api -
trunk/scripts/shutdown-helper
r1885 r1908 80 80 # "-t no" because otherwise /dev/pts isn't unmounted. 81 81 umount -na -t no 82 # brltty quirk - it mounts /etc/brltty/usbfs. "not mounted" goes to /dev/null 83 umount -n /etc/brltty/usbfs 2>/dev/null 82 84 cd /dev/shm 83 85 mount -n -t proc proc /dev/shm/proc
