aboutsummaryrefslogtreecommitdiffstats
path: root/www/asql/files/patch-Makefile
blob: b92a13041770f5c65056a0a34071f51b8a1561bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig   2008-10-15 09:37:42.000000000 +0800
+++ Makefile    2008-10-15 09:38:00.000000000 +0800
@@ -40,9 +40,8 @@
    hg diff 2>/dev/null
 
 install:
-   mkdir -p ${PREFIX}/usr/bin/
-   cp bin/asql ${PREFIX}/usr/bin/asql
-   chmod 755 ${PREFIX}/usr/bin/asql
+   cp bin/asql ${PREFIX}/bin/asql
+   chmod 755 ${PREFIX}/bin/asql
 
 
 release: clean commands