For consistency, allow the name of the Mac and Cygwin packages to be overridden as well.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@953 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -15,7 +15,7 @@ onexit()
|
||||
fi
|
||||
}
|
||||
|
||||
PACKAGE_NAME=@PACKAGE_NAME@
|
||||
PACKAGE_NAME=@PKGNAME@
|
||||
VERSION=@VERSION@
|
||||
SRCDIR=@abs_top_srcdir@
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ usage()
|
||||
exit 1
|
||||
}
|
||||
|
||||
PACKAGE_NAME=@PACKAGE_NAME@
|
||||
PACKAGE_NAME=@PKGNAME@
|
||||
VERSION=@VERSION@
|
||||
BUILD=@BUILD@
|
||||
SRCDIR=@abs_top_srcdir@
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (C)2009-2011 D. R. Commander. All Rights Reserved.
|
||||
# Copyright (C)2009-2011, 2013 D. R. Commander. All Rights Reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
@@ -31,7 +31,7 @@ if [ ! "`id -u`" = "0" ]; then
|
||||
exit -1
|
||||
fi
|
||||
|
||||
PACKAGE=@PACKAGE_NAME@
|
||||
PACKAGE=@PKGNAME@
|
||||
MACPACKAGE=com.$PACKAGE.$PACKAGE
|
||||
RECEIPT=/Library/Receipts/$PACKAGE.pkg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user