File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ echo -n "$apt_layer/usr/bin:$PATH" > $apt_env_dir/PATH.prepend
121121echo -n " $apt_layer /usr/lib/x86_64-linux-gnu:$apt_layer /usr/lib/i386-linux-gnu:$apt_layer /usr/lib" > $apt_env_dir /LD_LIBRARY_PATH.prepend
122122echo -n " $apt_layer /usr/lib/x86_64-linux-gnu:$apt_layer /usr/lib/i386-linux-gnu:$apt_layer /usr/lib" > $apt_env_dir /LIBRARY_PATH.prepend
123123echo -n " $apt_layer /usr/include:$apt_layer /usr/include/x86_64-linux-gnu" > $apt_env_dir /INCLUDE_PATH.prepend
124- cp $apt_env_dir /INCLUDE_PATH $apt_env_dir /CPATH.prepend
125- cp $apt_env_dir /INCLUDE_PATH $apt_env_dir /CPPPATH.prepend
124+ cp $apt_env_dir /INCLUDE_PATH.prepend $apt_env_dir /CPATH.prepend
125+ cp $apt_env_dir /INCLUDE_PATH.prepend $apt_env_dir /CPPPATH.prepend
126126echo -n " $apt_layer /usr/lib/x86_64-linux-gnu/pkgconfig:$apt_layer /usr/lib/i386-linux-gnu/pkgconfig:$apt_layer /usr/lib/pkgconfig" > $apt_env_dir /PKG_CONFIG_PATH.prepend
127127
128128echo -n " :" > $apt_env_dir /PATH.delim
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.4"
22
33[buildpack ]
44id = " fagiani/apt"
5- version = " 0.2.0 "
5+ version = " 0.2.1 "
66name = " apt Packages Buildpack"
77homepage = " https://github.com/fagiani/apt-buildpack"
88description = " Installs apt packages for further builds and runtime"
You can’t perform that action at this time.
0 commit comments