File: predist

package info (click to toggle)
ocsigenserver 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,484 kB
  • sloc: ml: 11,641; makefile: 707; sh: 619
file content (5 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh
chmod a+rx configure
if [ -d "$DARCS_REPO" ]; then
    darcs changes --last 100 --repodir "$DARCS_REPO" > CHANGES.darcs
fi